Home | History | Annotate | Download | only in Sema

Lines Matching defs:BestPath

954   CXXBasePath *BestPath = nullptr;
1003 if (BestPath == nullptr || PathAccess < BestPath->Access) {
1004 BestPath = &*PI;
1005 BestPath->Access = PathAccess;
1008 if (BestPath->Access == AS_public)
1009 return BestPath;
1015 assert((!BestPath || BestPath->Access != AS_public) &&
1023 return BestPath;