Searched refs:BSO (Results 1 – 1 of 1) sorted by relevance
3437 [&](const BaseSubobject &BSO) { in removeRedundantPaths() argument3438 return OtherPath.count(BSO) != 0; in removeRedundantPaths()3453 for (const BaseSubobject &BSO : FullPath) { in getOffsetOfFullPath() local3454 const CXXRecordDecl *Base = BSO.getBase(); in getOffsetOfFullPath()3515 [&](const BaseSubobject &BSO) { in selectBestPath() argument3516 return BSO.getBase() == OverridingParent; in selectBestPath()3565 for (const BaseSubobject &BSO : *BestPath) in computeFullPathsForVFTables()3566 Info->PathToBaseWithVPtr.push_back(BSO.getBase()); in computeFullPathsForVFTables()