Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/AST/
H A DCXXInheritance.h43 struct CXXBasePathElement { struct
69 class CXXBasePath : public SmallVector<CXXBasePathElement, 4> {
82 SmallVectorImpl<CXXBasePathElement>::clear(); in clear()
/llvm-project/clang/lib/AST/
H A DCXXInheritance.cpp208 CXXBasePathElement Element; in lookupInBases()
334 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()
2814 for (const CXXBasePathElement &Element : Path) { in ComputeThisOffset()
H A DExprConstant.cpp3338 for (CXXBasePathElement &Elem : Paths.front()) in evaluateVarDeclInit()
6309 for (CXXBasePathElement &Elem : Paths.front()) in HandleFunctionCall()
/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp1540 for (const CXXBasePathElement &PathElement : Path) { in emitExactDynamicCast()
1689 for (const CXXBasePathElement &PathElement : Path) { in buildStructorSignature()
/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp1722 for (CXXBasePathElement &PE : llvm::reverse(Path)) in TryStaticDowncast()
H A DSemaLookup.cpp2614 const CXXBasePathElement &PathElement = Path->back(); in LookupQualifiedName()
H A DSemaExpr.cpp16100 for (const CXXBasePathElement &B : Path) in ActOnBlockStmtExpr()
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp6769 clang::CXXBasePathElement elem = (*path)[e]; in GetIndexOfChildMemberWithName()