Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp1389 for (const CXXBasePathElement &PathElement : Path) { in computeOffsetHint() local
1392 if (PathElement.Base->isVirtual()) in computeOffsetHint()
1399 const ASTRecordLayout &L = Context.getASTRecordLayout(PathElement.Class); in computeOffsetHint()
1401 PathElement.Base->getType()->getAsCXXRecordDecl()); in computeOffsetHint()
1526 for (const CXXBasePathElement &PathElement : Path) { in emitExactDynamicCast() local
1529 PathElement.Base->getType()->getAsCXXRecordDecl(); in emitExactDynamicCast()
1530 if (PathElement.Base->isVirtual()) { in emitExactDynamicCast()
1537 Context.getASTRecordLayout(PathElement.Class); in emitExactDynamicCast()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp2612 const CXXBasePathElement &PathElement = Path->back(); in LookupQualifiedName() local
2621 SubobjectType = Context.getCanonicalType(PathElement.Base->getType()); in LookupQualifiedName()
2622 SubobjectNumber = PathElement.SubobjectNumber; in LookupQualifiedName()
2627 Context.getCanonicalType(PathElement.Base->getType())) { in LookupQualifiedName()
2645 if (SubobjectNumber != PathElement.SubobjectNumber) { in LookupQualifiedName()