Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLookup.cpp2608 const CXXBasePathElement &PathElement = Path->back(); in LookupQualifiedName() local
2617 SubobjectType = Context.getCanonicalType(PathElement.Base->getType()); in LookupQualifiedName()
2618 SubobjectNumber = PathElement.SubobjectNumber; in LookupQualifiedName()
2623 Context.getCanonicalType(PathElement.Base->getType())) { in LookupQualifiedName()
2641 if (SubobjectNumber != PathElement.SubobjectNumber) { in LookupQualifiedName()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp1366 for (const CXXBasePathElement &PathElement : Path) { in computeOffsetHint() local
1369 if (PathElement.Base->isVirtual()) in computeOffsetHint()
1376 const ASTRecordLayout &L = Context.getASTRecordLayout(PathElement.Class); in computeOffsetHint()
1378 PathElement.Base->getType()->getAsCXXRecordDecl()); in computeOffsetHint()