Searched refs:BestPath (Results 1 – 1 of 1) sorted by relevance
941 CXXBasePath *BestPath = nullptr; in FindBestPath() local990 if (BestPath == nullptr || PathAccess < BestPath->Access) { in FindBestPath()991 BestPath = &*PI; in FindBestPath()992 BestPath->Access = PathAccess; in FindBestPath()995 if (BestPath->Access == AS_public) in FindBestPath()996 return BestPath; in FindBestPath()1002 assert((!BestPath || BestPath->Access != AS_public) && in FindBestPath()1010 return BestPath; in FindBestPath()