/external/clang/lib/AST/ |
CXXInheritance.cpp | 92 return lookupInBases(&FindBaseClass, 110 return lookupInBases(&FindVirtualBaseClass, 179 bool CXXBasePaths::lookupInBases(ASTContext &Context, 274 if (lookupInBases(Context, BaseRecord, BaseMatches, UserData)) { 307 bool CXXRecordDecl::lookupInBases(BaseMatchesCallback *BaseMatches, 311 if (!Paths.lookupInBases(getASTContext(), this, BaseMatches, UserData))
|
VTableBuilder.cpp | [all...] |
/external/clang/include/clang/AST/ |
CXXInheritance.h | 148 /// ScratchPath - A BasePath that is used by Sema::lookupInBases 165 bool lookupInBases(ASTContext &Context,
|
DeclCXX.h | [all...] |
/external/chromium_org/tools/clang/plugins/ |
FindBadConstructs.cpp | 557 if (!record->lookupInBases( 610 if (!record->lookupInBases(
|
/external/clang/lib/StaticAnalyzer/Core/ |
ExprEngineCallAndReturn.cpp | 691 if (RD->lookupInBases(&CXXRecordDecl::FindOrdinaryMember, [all...] |
/external/clang/lib/Sema/ |
SemaLookup.cpp | [all...] |
SemaDeclAttr.cpp | 403 if (CRD->lookupInBases(checkBaseClassIsLockableCallback, 0, BPaths)) [all...] |
SemaDeclCXX.cpp | [all...] |
SemaDecl.cpp | [all...] |