Searched refs:PathElement (Results 1 – 2 of 2) sorted by relevance
1543 for (const CXXBasePathElement &PathElement : Path) { in computeOffsetHint() local1546 if (PathElement.Base->isVirtual()) in computeOffsetHint()1553 const ASTRecordLayout &L = Context.getASTRecordLayout(PathElement.Class); in computeOffsetHint()1555 PathElement.Base->getType()->getAsCXXRecordDecl()); in computeOffsetHint()1692 for (const CXXBasePathElement &PathElement : Path) { in emitExactDynamicCast() local1695 PathElement.Base->getType()->getAsCXXRecordDecl(); in emitExactDynamicCast()1696 if (PathElement.Base->isVirtual()) { in emitExactDynamicCast()1703 Context.getASTRecordLayout(PathElement.Class); in emitExactDynamicCast()
2603 const CXXBasePathElement &PathElement = Path->back(); in LookupQualifiedName() local2612 SubobjectType = Context.getCanonicalType(PathElement.Base->getType()); in LookupQualifiedName()2613 SubobjectNumber = PathElement.SubobjectNumber; in LookupQualifiedName()2618 Context.getCanonicalType(PathElement.Base->getType())) { in LookupQualifiedName()2636 if (SubobjectNumber != PathElement.SubobjectNumber) { in LookupQualifiedName()