Searched refs:CXXBasePathElement (Results 1 – 9 of 9) sorted by relevance
43 struct CXXBasePathElement { struct69 class CXXBasePath : public SmallVector<CXXBasePathElement, 4> {82 SmallVectorImpl<CXXBasePathElement>::clear(); in clear()
201 CXXBasePathElement Element; in lookupInBases()331 for (const CXXBasePathElement &PE : Path) { in lookupInBases()
229 const CXXBasePathElement &Element = Path[I - 1]; in ComputeBaseOffset()241 const CXXBasePathElement &Element = Path[I]; in ComputeBaseOffset()2721 for (const CXXBasePathElement &Element : Path) { in ComputeThisOffset()
3173 for (CXXBasePathElement &Elem : Paths.front()) in CastToBaseClass()6004 for (CXXBasePathElement &Elem : Paths.front()) in HandleDynamicCast()
1389 for (const CXXBasePathElement &PathElement : Path) { in computeOffsetHint()1526 for (const CXXBasePathElement &PathElement : Path) { in emitExactDynamicCast()
1707 for (CXXBasePathElement &PE : llvm::reverse(Path)) in TryStaticDowncast()
2612 const CXXBasePathElement &PathElement = Path->back(); in LookupQualifiedName()
16861 for (const CXXBasePathElement &B : Path) in BuildBuiltinOffsetOf()
6660 clang::CXXBasePathElement elem = (*path)[e]; in GetIndexOfChildMemberWithName()