Searched refs:lookup_const_iterator (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 55 lookup_const_iterator Ivar, IvarEnd; in getIvarDecl() 74 lookup_const_iterator Meth, MethEnd; in getMethod() 87 DeclContext::lookup_const_iterator I, E; in findPropertyDecl()
|
D | DeclCXX.cpp | 378 DeclContext::lookup_const_iterator Con, ConEnd; in getCopyConstructor() 414 DeclContext::lookup_const_iterator Op, OpEnd; in getCopyAssignmentOperator() 1230 DeclContext::lookup_const_iterator I, E; in getDestructor()
|
/external/clang/include/clang/AST/ |
D | DeclBase.h | 1402 typedef NamedDecl * const * lookup_const_iterator; typedef
|
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 3167 DeclContext::lookup_const_iterator Con, ConEnd; in EvaluateUnaryTypeTrait() 3208 DeclContext::lookup_const_iterator Con, ConEnd; in EvaluateUnaryTypeTrait()
|
D | SemaLookup.cpp | 657 DeclContext::lookup_const_iterator I, E; in LookupDirect()
|
D | SemaDeclCXX.cpp | 6969 DeclContext::lookup_const_iterator Con, ConEnd; in getDefaultedDefaultConstructorUnsafe()
|