Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DVTableBuilder.h443 BasePath ContainingVBases; member
456 return ContainingVBases.empty() ? nullptr : ContainingVBases.front(); in getVBaseWithVPtr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DVTableBuilder.cpp3276 if (setsIntersect(VBasesSeen, BaseInfo->ContainingVBases)) in computeVTablePaths()
3298 P->ContainingVBases.push_back(Base); in computeVTablePaths()
3299 else if (P->ContainingVBases.empty()) in computeVTablePaths()