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

/external/clang/lib/Sema/
H A DSemaAccess.cpp941 CXXBasePath *BestPath = 0; local
990 if (BestPath == 0 || PathAccess < BestPath->Access) {
991 BestPath = &*PI;
992 BestPath->Access = PathAccess;
995 if (BestPath->Access == AS_public)
996 return BestPath;
1002 assert((!BestPath || BestPath->Access != AS_public) &&
1010 return BestPath;
[all...]

Completed in 27 milliseconds