Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DCXXInheritance.h43 struct CXXBasePathElement { struct
69 class CXXBasePath : public SmallVector<CXXBasePathElement, 4> {
83 SmallVectorImpl<CXXBasePathElement>::clear(); in clear()
/external/llvm-project/clang/include/clang/AST/
DCXXInheritance.h44 struct CXXBasePathElement { struct
70 class CXXBasePath : public SmallVector<CXXBasePathElement, 4> {
84 SmallVectorImpl<CXXBasePathElement>::clear(); in clear()
/external/clang/lib/AST/
DCXXInheritance.cpp220 CXXBasePathElement Element; in lookupInBases()
324 for (const CXXBasePathElement &PE : Path) { in lookupInBases()
DVTableBuilder.cpp229 const CXXBasePathElement &Element = Path[I - 1]; in ComputeBaseOffset()
241 const CXXBasePathElement &Element = Path[I]; in ComputeBaseOffset()
2696 for (const CXXBasePathElement &Element : Path) { in ComputeThisOffset()
/external/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.cpp3108 for (CXXBasePathElement &Elem : Paths.front()) in CastToBaseClass()
5818 for (CXXBasePathElement &Elem : Paths.front()) in HandleDynamicCast()
/external/clang/lib/Sema/
DSemaCast.cpp1322 for (CXXBasePathElement &PE : llvm::reverse(Path)) in TryStaticDowncast()
DSemaLookup.cpp2109 const CXXBasePathElement &PathElement = Path->back(); in LookupQualifiedName()
DSemaExpr.cpp11849 for (const CXXBasePathElement &B : Path) in BuildBuiltinOffsetOf()
/external/llvm-project/clang/lib/Sema/
DSemaCast.cpp1552 for (CXXBasePathElement &PE : llvm::reverse(Path)) in TryStaticDowncast()
DSemaLookup.cpp2300 const CXXBasePathElement &PathElement = Path->back(); in LookupQualifiedName()
DSemaExpr.cpp15076 for (const CXXBasePathElement &B : Path) in BuildBuiltinOffsetOf()
/external/clang/lib/CodeGen/
DItaniumCXXABI.cpp1158 for (const CXXBasePathElement &PathElement : Path) { in computeOffsetHint()
/external/llvm-project/clang/lib/CodeGen/
DItaniumCXXABI.cpp1397 for (const CXXBasePathElement &PathElement : Path) { in computeOffsetHint()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp6561 clang::CXXBasePathElement elem = (*path)[e]; in GetIndexOfChildMemberWithName()