Home
last modified time | relevance | path

Searched refs:PathElement (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLookup.cpp2597 const CXXBasePathElement &PathElement = Path->back(); in LookupQualifiedName() local
2606 SubobjectType = Context.getCanonicalType(PathElement.Base->getType()); in LookupQualifiedName()
2607 SubobjectNumber = PathElement.SubobjectNumber; in LookupQualifiedName()
2612 Context.getCanonicalType(PathElement.Base->getType())) { in LookupQualifiedName()
2630 if (SubobjectNumber != PathElement.SubobjectNumber) { in LookupQualifiedName()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp1377 for (const CXXBasePathElement &PathElement : Path) { in computeOffsetHint() local
1380 if (PathElement.Base->isVirtual()) in computeOffsetHint()
1387 const ASTRecordLayout &L = Context.getASTRecordLayout(PathElement.Class); in computeOffsetHint()
1389 PathElement.Base->getType()->getAsCXXRecordDecl()); in computeOffsetHint()