Lines Matching defs:BestPath
962 CXXBasePath *BestPath = nullptr;1011 if (BestPath == nullptr || PathAccess < BestPath->Access) {1012 BestPath = &*PI;1013 BestPath->Access = PathAccess;1016 if (BestPath->Access == AS_public)1017 return BestPath;1023 assert((!BestPath || BestPath->Access != AS_public) &&1031 return BestPath;