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()2814 for (const CXXBasePathElement &Element : Path) { in ComputeThisOffset()
3201 for (CXXBasePathElement &Elem : Paths.front()) in CastToBaseClass()6065 for (CXXBasePathElement &Elem : Paths.front()) in HandleDynamicCast()
1543 for (const CXXBasePathElement &PathElement : Path) { in computeOffsetHint()1692 for (const CXXBasePathElement &PathElement : Path) { in emitExactDynamicCast()
1715 for (CXXBasePathElement &PE : llvm::reverse(Path)) in TryStaticDowncast()
2603 const CXXBasePathElement &PathElement = Path->back(); in LookupQualifiedName()
15855 for (const CXXBasePathElement &B : Path) in BuildBuiltinOffsetOf()
6785 clang::CXXBasePathElement elem = (*path)[e]; in GetIndexOfChildMemberWithName()