Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp3549 if (llvm::all_of(SpecificPath, [&](const BaseSubobject &BSO) { in removeRedundantPaths() argument
3550 return OtherPath.contains(BSO); in removeRedundantPaths()
3565 for (const BaseSubobject &BSO : FullPath) { in getOffsetOfFullPath() local
3566 const CXXRecordDecl *Base = BSO.getBase(); in getOffsetOfFullPath()
3627 if (llvm::none_of(SpecificPath, [&](const BaseSubobject &BSO) { in selectBestPath() argument
3628 return BSO.getBase() == OverridingParent; in selectBestPath()
3677 for (const BaseSubobject &BSO : *BestPath) in computeFullPathsForVFTables()
3678 Info->PathToIntroducingObject.push_back(BSO.getBase()); in computeFullPathsForVFTables()