clang 20.0.0git
|
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"
Public Member Functions | |
bool | requiresADL () const |
True if this declaration should be extended by argument-dependent lookup. | |
CXXRecordDecl * | getNamingClass () |
Gets the 'naming class' (in the sense of C++0x [class.access.base]p5) of the lookup. | |
const CXXRecordDecl * | getNamingClass () const |
SourceLocation | getBeginLoc () const LLVM_READONLY |
SourceLocation | getEndLoc () const LLVM_READONLY |
child_range | children () |
const_child_range | children () const |
![]() | |
CXXRecordDecl * | getNamingClass () |
Gets the naming class of this lookup, if any. | |
const CXXRecordDecl * | getNamingClass () const |
decls_iterator | decls_begin () const |