Home
last modified time | relevance | path

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

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