Searched refs:CXXBasePathElement (Results 1 – 8 of 8) sorted by relevance
44 struct CXXBasePathElement { struct70 class CXXBasePath : public SmallVector<CXXBasePathElement, 4> {83 SmallVectorImpl<CXXBasePathElement>::clear(); in clear()
201 CXXBasePathElement Element; in lookupInBases()331 for (const CXXBasePathElement &PE : Path) { in lookupInBases()
228 const CXXBasePathElement &Element = Path[I - 1]; in ComputeBaseOffset()240 const CXXBasePathElement &Element = Path[I]; in ComputeBaseOffset()2717 for (const CXXBasePathElement &Element : Path) { in ComputeThisOffset()
3113 for (CXXBasePathElement &Elem : Paths.front()) in CastToBaseClass()5826 for (CXXBasePathElement &Elem : Paths.front()) in HandleDynamicCast()
1648 for (CXXBasePathElement &PE : llvm::reverse(Path)) in TryStaticDowncast()
2341 const CXXBasePathElement &PathElement = Path->back(); in LookupQualifiedName()
15195 for (const CXXBasePathElement &B : Path) in BuildBuiltinOffsetOf()
1401 for (const CXXBasePathElement &PathElement : Path) { in computeOffsetHint()