Home
last modified time | relevance | path

Searched refs:BestPath (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaAccess.cpp869 CXXBasePath *BestPath = 0; in FindBestPath() local
918 if (BestPath == 0 || PathAccess < BestPath->Access) { in FindBestPath()
919 BestPath = &*PI; in FindBestPath()
920 BestPath->Access = PathAccess; in FindBestPath()
923 if (BestPath->Access == AS_public) in FindBestPath()
924 return BestPath; in FindBestPath()
930 assert((!BestPath || BestPath->Access != AS_public) && in FindBestPath()
938 return BestPath; in FindBestPath()