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.cpp1557 for (const CXXBasePathElement &PathElement : Path) { in computeOffsetHint() local
1560 if (PathElement.Base->isVirtual()) in computeOffsetHint()
1567 const ASTRecordLayout &L = Context.getASTRecordLayout(PathElement.Class); in computeOffsetHint()
1569 PathElement.Base->getType()->getAsCXXRecordDecl()); in computeOffsetHint()
1706 for (const CXXBasePathElement &PathElement : Path) { in emitExactDynamicCast() local
1709 PathElement.Base->getType()->getAsCXXRecordDecl(); in emitExactDynamicCast()
1710 if (PathElement.Base->isVirtual()) { in emitExactDynamicCast()
1717 Context.getASTRecordLayout(PathElement.Class); in emitExactDynamicCast()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp2641 const CXXBasePathElement &PathElement = Path->back(); in LookupQualifiedName() local
2650 SubobjectType = Context.getCanonicalType(PathElement.Base->getType()); in LookupQualifiedName()
2651 SubobjectNumber = PathElement.SubobjectNumber; in LookupQualifiedName()
2656 Context.getCanonicalType(PathElement.Base->getType())) { in LookupQualifiedName()
2674 if (SubobjectNumber != PathElement.SubobjectNumber) { in LookupQualifiedName()