Lines Matching refs:BestPath
1377 CXXBasePath *BestPath = nullptr;
1379 if (!BestPath)
1380 BestPath = &P;
1382 BestPath->back().Base->getType())) {
1385 << false << RD << BestPath->back().Base->getType()
1388 } else if (P.Access < BestPath->Access) {
1389 BestPath = &P;
1394 QualType BaseType = BestPath->back().Base->getType();
1403 *BestPath, diag::err_decomp_decl_inaccessible_base);
1404 AS = BestPath->Access;