Home
last modified time | relevance | path

Searched refs:CXXBasePathElement (Results 1 – 7 of 7) sorted by relevance

/external/clang/include/clang/AST/
DCXXInheritance.h43 struct CXXBasePathElement { struct
69 class CXXBasePath : public SmallVector<CXXBasePathElement, 4> {
83 SmallVectorImpl<CXXBasePathElement>::clear(); in clear()
/external/clang/lib/AST/
DCXXInheritance.cpp220 CXXBasePathElement Element; in lookupInBases()
324 for (const CXXBasePathElement &PE : Path) { in lookupInBases()
DVTableBuilder.cpp229 const CXXBasePathElement &Element = Path[I - 1]; in ComputeBaseOffset()
241 const CXXBasePathElement &Element = Path[I]; in ComputeBaseOffset()
2696 for (const CXXBasePathElement &Element : Path) { in ComputeThisOffset()
/external/clang/lib/Sema/
DSemaCast.cpp1322 for (CXXBasePathElement &PE : llvm::reverse(Path)) in TryStaticDowncast()
DSemaLookup.cpp2109 const CXXBasePathElement &PathElement = Path->back(); in LookupQualifiedName()
DSemaExpr.cpp11849 for (const CXXBasePathElement &B : Path) in BuildBuiltinOffsetOf()
/external/clang/lib/CodeGen/
DItaniumCXXABI.cpp1158 for (const CXXBasePathElement &PathElement : Path) { in computeOffsetHint()