Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DVTableBuilder.h507 BasePath ContainingVBases; member
520 return ContainingVBases.empty() ? nullptr : ContainingVBases.front(); in getVBaseWithVPtr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp3418 if (setsIntersect(VBasesSeen, BaseInfo->ContainingVBases)) in computeVTablePaths()
3440 P->ContainingVBases.push_back(Base); in computeVTablePaths()
3441 else if (P->ContainingVBases.empty()) in computeVTablePaths()