Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DVTableBuilder.cpp3437 [&](const BaseSubobject &BSO) { in removeRedundantPaths() argument
3438 return OtherPath.count(BSO) != 0; in removeRedundantPaths()
3453 for (const BaseSubobject &BSO : FullPath) { in getOffsetOfFullPath() local
3454 const CXXRecordDecl *Base = BSO.getBase(); in getOffsetOfFullPath()
3515 [&](const BaseSubobject &BSO) { in selectBestPath() argument
3516 return BSO.getBase() == OverridingParent; in selectBestPath()
3565 for (const BaseSubobject &BSO : *BestPath) in computeFullPathsForVFTables()
3566 Info->PathToBaseWithVPtr.push_back(BSO.getBase()); in computeFullPathsForVFTables()