Lines Matching defs:BestPath
961 CXXBasePath *BestPath = nullptr;1010 if (BestPath == nullptr || PathAccess < BestPath->Access) {1011 BestPath = &*PI;1012 BestPath->Access = PathAccess;1015 if (BestPath->Access == AS_public)1016 return BestPath;1022 assert((!BestPath || BestPath->Access != AS_public) &&1030 return BestPath;