Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp2341 const CXXBasePathElement &PathElement = Path->back(); in LookupQualifiedName() local
2350 SubobjectType = Context.getCanonicalType(PathElement.Base->getType()); in LookupQualifiedName()
2351 SubobjectNumber = PathElement.SubobjectNumber; in LookupQualifiedName()
2356 Context.getCanonicalType(PathElement.Base->getType())) { in LookupQualifiedName()
2374 if (SubobjectNumber != PathElement.SubobjectNumber) { in LookupQualifiedName()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp1401 for (const CXXBasePathElement &PathElement : Path) { in computeOffsetHint() local
1404 if (PathElement.Base->isVirtual()) in computeOffsetHint()
1411 const ASTRecordLayout &L = Context.getASTRecordLayout(PathElement.Class); in computeOffsetHint()
1413 PathElement.Base->getType()->getAsCXXRecordDecl()); in computeOffsetHint()