Searched refs:BestPath (Results 1 – 2 of 2) sorted by relevance
946 CXXBasePath *BestPath = nullptr; in FindBestPath() local995 if (BestPath == nullptr || PathAccess < BestPath->Access) { in FindBestPath()996 BestPath = &*PI; in FindBestPath()997 BestPath->Access = PathAccess; in FindBestPath()1000 if (BestPath->Access == AS_public) in FindBestPath()1001 return BestPath; in FindBestPath()1007 assert((!BestPath || BestPath->Access != AS_public) && in FindBestPath()1015 return BestPath; in FindBestPath()
3487 const FullPathTy *BestPath = nullptr; in selectBestPath() local3528 BestPath = &SpecificPath; in selectBestPath()3545 return BestPath ? BestPath : &FullPaths.front(); in selectBestPath()3562 if (const FullPathTy *BestPath = in computeFullPathsForVFTables() local3564 for (const BaseSubobject &BSO : *BestPath) in computeFullPathsForVFTables()