Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCXXInheritance.h44 struct CXXBasePathElement { struct
70 class CXXBasePath : public SmallVector<CXXBasePathElement, 4> {
83 SmallVectorImpl<CXXBasePathElement>::clear(); in clear()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DCXXInheritance.cpp200 CXXBasePathElement Element; in lookupInBases()
330 for (const CXXBasePathElement &PE : Path) { in lookupInBases()
H A DVTableBuilder.cpp229 const CXXBasePathElement &Element = Path[I - 1]; in ComputeBaseOffset()
241 const CXXBasePathElement &Element = Path[I]; in ComputeBaseOffset()
2718 for (const CXXBasePathElement &Element : Path) { in ComputeThisOffset()
H A DExprConstant.cpp3132 for (CXXBasePathElement &Elem : Paths.front()) in CastToBaseClass()
5919 for (CXXBasePathElement &Elem : Paths.front()) in HandleDynamicCast()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCast.cpp1676 for (CXXBasePathElement &PE : llvm::reverse(Path)) in TryStaticDowncast()
H A DSemaLookup.cpp2608 const CXXBasePathElement &PathElement = Path->back(); in LookupQualifiedName()
H A DSemaExpr.cpp16352 for (const CXXBasePathElement &B : Path) in BuildBuiltinOffsetOf()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp1366 for (const CXXBasePathElement &PathElement : Path) { in computeOffsetHint()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp6787 clang::CXXBasePathElement elem = (*path)[e]; in GetIndexOfChildMemberWithName()