Searched refs:BestPath (Results 1 – 1 of 1) sorted by relevance
949 CXXBasePath *BestPath = 0; in FindBestPath() local998 if (BestPath == 0 || PathAccess < BestPath->Access) { in FindBestPath()999 BestPath = &*PI; in FindBestPath()1000 BestPath->Access = PathAccess; in FindBestPath()1003 if (BestPath->Access == AS_public) in FindBestPath()1004 return BestPath; in FindBestPath()1010 assert((!BestPath || BestPath->Access != AS_public) && in FindBestPath()1018 return BestPath; in FindBestPath()