clang 20.0.0git
Public Member Functions | Static Public Member Functions | Friends | List of all members
clang::UnresolvedLookupExpr Class Referencefinal

A reference to a name which we were able to look up during parsing but could not resolve to a specific declaration. More...

#include "clang/AST/ExprCXX.h"

Inheritance diagram for clang::UnresolvedLookupExpr:
Inheritance graph
[legend]

Public Member Functions

bool requiresADL () const
 True if this declaration should be extended by argument-dependent lookup.
 
CXXRecordDeclgetNamingClass ()
 Gets the 'naming class' (in the sense of C++0x [class.access.base]p5) of the lookup.
 
const CXXRecordDeclgetNamingClass () const
 
SourceLocation getBeginLoc () const LLVM_READONLY
 
SourceLocation getEndLoc () const LLVM_READONLY
 
child_range children ()
 
const_child_range children () const
 
- Public Member Functions inherited from clang::OverloadExpr
CXXRecordDeclgetNamingClass ()
 Gets the naming class of this lookup, if any.
 
const CXXRecordDeclgetNamingClass () const
 
decls_iterator decls_begin () const