Lines Matching defs:BestPath
1427 CXXBasePath *BestPath = nullptr;
1429 if (!BestPath)
1430 BestPath = &P;
1432 BestPath->back().Base->getType())) {
1435 << false << RD << BestPath->back().Base->getType()
1438 } else if (P.Access < BestPath->Access) {
1439 BestPath = &P;
1444 QualType BaseType = BestPath->back().Base->getType();
1453 *BestPath, diag::err_decomp_decl_inaccessible_base);
1454 AS = BestPath->Access;