HomeSort by: relevance | last modified time | path
    Searched defs:BestPath (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaAccess.cpp 954 CXXBasePath *BestPath = nullptr;
1003 if (BestPath == nullptr || PathAccess < BestPath->Access) {
1004 BestPath = &*PI;
1005 BestPath->Access = PathAccess;
1008 if (BestPath->Access == AS_public)
1009 return BestPath;
1015 assert((!BestPath || BestPath->Access != AS_public) &&
1023 return BestPath;
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/AST/
VTableBuilder.cpp 3508 const FullPathTy *BestPath = nullptr;
3548 BestPath = &SpecificPath;
3565 return BestPath ? BestPath : &FullPaths.front();
3582 if (const FullPathTy *BestPath =
3584 for (const BaseSubobject &BSO : *BestPath)

Completed in 19 milliseconds