HomeSort by relevance Sort by last modified time
    Searched refs:PathAccess (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Sema/
SemaAccess.cpp 881 AccessSpecifier PathAccess = FinalAccess;
886 assert(PathAccess != AS_none);
891 if (PathAccess == AS_private) {
892 PathAccess = AS_none;
899 PathAccess = std::max(PathAccess, BaseAccess);
901 switch (HasAccess(S, EC, NC, PathAccess, Target)) {
904 PathAccess = AS_public;
918 if (BestPath == 0 || PathAccess < BestPath->Access) {
920 BestPath->Access = PathAccess;
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]

Completed in 1250 milliseconds