Searched refs:PathElement (Results 1 – 2 of 2) sorted by relevance
1557 for (const CXXBasePathElement &PathElement : Path) { in computeOffsetHint() local1560 if (PathElement.Base->isVirtual()) in computeOffsetHint()1567 const ASTRecordLayout &L = Context.getASTRecordLayout(PathElement.Class); in computeOffsetHint()1569 PathElement.Base->getType()->getAsCXXRecordDecl()); in computeOffsetHint()1706 for (const CXXBasePathElement &PathElement : Path) { in emitExactDynamicCast() local1709 PathElement.Base->getType()->getAsCXXRecordDecl(); in emitExactDynamicCast()1710 if (PathElement.Base->isVirtual()) { in emitExactDynamicCast()1717 Context.getASTRecordLayout(PathElement.Class); in emitExactDynamicCast()
2641 const CXXBasePathElement &PathElement = Path->back(); in LookupQualifiedName() local2650 SubobjectType = Context.getCanonicalType(PathElement.Base->getType()); in LookupQualifiedName()2651 SubobjectNumber = PathElement.SubobjectNumber; in LookupQualifiedName()2656 Context.getCanonicalType(PathElement.Base->getType())) { in LookupQualifiedName()2674 if (SubobjectNumber != PathElement.SubobjectNumber) { in LookupQualifiedName()