Searched refs:PathElement (Results 1 – 3 of 3) sorted by relevance
30 repeated group PathElement = 14 { field
2109 const CXXBasePathElement &PathElement = Path->back(); in LookupQualifiedName() local2118 SubobjectType = Context.getCanonicalType(PathElement.Base->getType()); in LookupQualifiedName()2119 SubobjectNumber = PathElement.SubobjectNumber; in LookupQualifiedName()2124 != Context.getCanonicalType(PathElement.Base->getType())) { in LookupQualifiedName()2152 if (SubobjectNumber != PathElement.SubobjectNumber) { in LookupQualifiedName()
1158 for (const CXXBasePathElement &PathElement : Path) { in computeOffsetHint() local1161 if (PathElement.Base->isVirtual()) in computeOffsetHint()1168 const ASTRecordLayout &L = Context.getASTRecordLayout(PathElement.Class); in computeOffsetHint()1170 PathElement.Base->getType()->getAsCXXRecordDecl()); in computeOffsetHint()