Home
last modified time | relevance | path

Searched defs:CXXBasePath (Results 1 – 7 of 7) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DStore.h28 class CXXBasePath; variable
/external/clang/include/clang/AST/
DCXXInheritance.h71 CXXBasePath() : Access(AS_public) {} in CXXBasePath() function
DDeclCXX.h34 class CXXBasePath; variable
/external/clang/lib/AST/
DVTableBuilder.cpp2675 [&Bases](const CXXBaseSpecifier *Specifier, CXXBasePath &) { in ComputeThisOffset() argument
/external/clang/lib/Sema/
DSemaStmt.cpp3622 bool operator()(const CXXBaseSpecifier *S, CXXBasePath &) { in operator ()() argument
DSemaDeclAttr.cpp459 if (CRD->lookupInBases([](const CXXBaseSpecifier *BS, CXXBasePath &) { in checkRecordTypeForCapability() argument
/external/clang/include/clang/Sema/
DSema.h77 class CXXBasePath; variable