Searched refs:BestPath (Results 1 – 2 of 2) 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()
3488 const FullPathTy *BestPath = nullptr; in selectBestPath() local3529 BestPath = &SpecificPath; in selectBestPath()3546 return BestPath ? BestPath : &FullPaths.front(); in selectBestPath()3563 if (const FullPathTy *BestPath = in computeFullPathsForVFTables() local3565 for (const BaseSubobject &BSO : *BestPath) in computeFullPathsForVFTables()