Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp1543 for (const CXXBasePathElement &PathElement : Path) { in computeOffsetHint() local
1546 if (PathElement.Base->isVirtual()) in computeOffsetHint()
1553 const ASTRecordLayout &L = Context.getASTRecordLayout(PathElement.Class); in computeOffsetHint()
1555 PathElement.Base->getType()->getAsCXXRecordDecl()); in computeOffsetHint()
1692 for (const CXXBasePathElement &PathElement : Path) { in emitExactDynamicCast() local
1695 PathElement.Base->getType()->getAsCXXRecordDecl(); in emitExactDynamicCast()
1696 if (PathElement.Base->isVirtual()) { in emitExactDynamicCast()
1703 Context.getASTRecordLayout(PathElement.Class); in emitExactDynamicCast()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp2603 const CXXBasePathElement &PathElement = Path->back(); in LookupQualifiedName() local
2612 SubobjectType = Context.getCanonicalType(PathElement.Base->getType()); in LookupQualifiedName()
2613 SubobjectNumber = PathElement.SubobjectNumber; in LookupQualifiedName()
2618 Context.getCanonicalType(PathElement.Base->getType())) { in LookupQualifiedName()
2636 if (SubobjectNumber != PathElement.SubobjectNumber) { in LookupQualifiedName()