Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DVTableBuilder.h478 BasePath ContainingVBases; member
491 return ContainingVBases.empty() ? nullptr : ContainingVBases.front(); in getVBaseWithVPtr()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp3325 if (setsIntersect(VBasesSeen, BaseInfo->ContainingVBases)) in computeVTablePaths()
3347 P->ContainingVBases.push_back(Base); in computeVTablePaths()
3348 else if (P->ContainingVBases.empty()) in computeVTablePaths()