Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCXXInheritance.h44 struct CXXBasePathElement { struct
70 class CXXBasePath : public SmallVector<CXXBasePathElement, 4> {
83 SmallVectorImpl<CXXBasePathElement>::clear(); in clear()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCXXInheritance.cpp201 CXXBasePathElement Element; in lookupInBases()
331 for (const CXXBasePathElement &PE : Path) { in lookupInBases()
H A DVTableBuilder.cpp228 const CXXBasePathElement &Element = Path[I - 1]; in ComputeBaseOffset()
240 const CXXBasePathElement &Element = Path[I]; in ComputeBaseOffset()
2717 for (const CXXBasePathElement &Element : Path) { in ComputeThisOffset()
H A DExprConstant.cpp3113 for (CXXBasePathElement &Elem : Paths.front()) in CastToBaseClass()
5826 for (CXXBasePathElement &Elem : Paths.front()) in HandleDynamicCast()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp1648 for (CXXBasePathElement &PE : llvm::reverse(Path)) in TryStaticDowncast()
H A DSemaLookup.cpp2341 const CXXBasePathElement &PathElement = Path->back(); in LookupQualifiedName()
H A DSemaExpr.cpp15195 for (const CXXBasePathElement &B : Path) in BuildBuiltinOffsetOf()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp1401 for (const CXXBasePathElement &PathElement : Path) { in computeOffsetHint()