reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaDeclCXX.cpp
 1282       if (!BestPath)
 1283         BestPath = &P;
 1285                                       BestPath->back().Base->getType())) {
 1288           << false << RD << BestPath->back().Base->getType()
 1291       } else if (P.Access < BestPath->Access) {
 1292         BestPath = &P;
 1297     QualType BaseType = BestPath->back().Base->getType();
 1306                            *BestPath, diag::err_decomp_decl_inaccessible_base);
 1307     AS = BestPath->Access;