Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp2144 const CXXBasePathElement &PathElement = Path->back(); in LookupQualifiedName() local
2153 SubobjectType = Context.getCanonicalType(PathElement.Base->getType()); in LookupQualifiedName()
2154 SubobjectNumber = PathElement.SubobjectNumber; in LookupQualifiedName()
2159 != Context.getCanonicalType(PathElement.Base->getType())) { in LookupQualifiedName()
2187 if (SubobjectNumber != PathElement.SubobjectNumber) { in LookupQualifiedName()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp1275 for (const CXXBasePathElement &PathElement : Path) { in computeOffsetHint() local
1278 if (PathElement.Base->isVirtual()) in computeOffsetHint()
1285 const ASTRecordLayout &L = Context.getASTRecordLayout(PathElement.Class); in computeOffsetHint()
1287 PathElement.Base->getType()->getAsCXXRecordDecl()); in computeOffsetHint()