Searched refs:CXXBasePathElement (Results 1 – 9 of 9) sorted by relevance
44 struct CXXBasePathElement { struct70 class CXXBasePath : public SmallVector<CXXBasePathElement, 4> {83 SmallVectorImpl<CXXBasePathElement>::clear(); in clear()
200 CXXBasePathElement Element; in lookupInBases()330 for (const CXXBasePathElement &PE : Path) { in lookupInBases()
229 const CXXBasePathElement &Element = Path[I - 1]; in ComputeBaseOffset()241 const CXXBasePathElement &Element = Path[I]; in ComputeBaseOffset()2718 for (const CXXBasePathElement &Element : Path) { in ComputeThisOffset()
3132 for (CXXBasePathElement &Elem : Paths.front()) in CastToBaseClass()5919 for (CXXBasePathElement &Elem : Paths.front()) in HandleDynamicCast()
1676 for (CXXBasePathElement &PE : llvm::reverse(Path)) in TryStaticDowncast()
2608 const CXXBasePathElement &PathElement = Path->back(); in LookupQualifiedName()
16352 for (const CXXBasePathElement &B : Path) in BuildBuiltinOffsetOf()
1366 for (const CXXBasePathElement &PathElement : Path) { in computeOffsetHint()
6787 clang::CXXBasePathElement elem = (*path)[e]; in GetIndexOfChildMemberWithName()