Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaAccess.cpp949 CXXBasePath *BestPath = 0; in FindBestPath() local
998 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()