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

References

tools/clang/lib/Sema/SemaAccess.cpp
  989     if (BestPath == nullptr || PathAccess < BestPath->Access) {
  989     if (BestPath == nullptr || PathAccess < BestPath->Access) {
  990       BestPath = &*PI;
  991       BestPath->Access = PathAccess;
  994       if (BestPath->Access == AS_public)
  995         return BestPath;
 1001   assert((!BestPath || BestPath->Access != AS_public) &&
 1001   assert((!BestPath || BestPath->Access != AS_public) &&
 1009   return BestPath;