Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DCXXInheritance.h44 struct CXXBasePathElement { struct
70 class CXXBasePath : public SmallVector<CXXBasePathElement, 4> {
83 SmallVectorImpl<CXXBasePathElement>::clear(); in clear()
/freebsd-13.1/contrib/llvm-project/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()
5829 for (CXXBasePathElement &Elem : Paths.front()) in HandleDynamicCast()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp1658 for (CXXBasePathElement &PE : llvm::reverse(Path)) in TryStaticDowncast()
H A DSemaLookup.cpp2341 const CXXBasePathElement &PathElement = Path->back(); in LookupQualifiedName()
H A DSemaExpr.cpp15316 for (const CXXBasePathElement &B : Path) in BuildBuiltinOffsetOf()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp1410 for (const CXXBasePathElement &PathElement : Path) { in computeOffsetHint()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp6689 clang::CXXBasePathElement elem = (*path)[e]; in GetIndexOfChildMemberWithName()