Lines Matching defs:PathAccess
974 AccessSpecifier PathAccess = FinalAccess;
979 assert(PathAccess != AS_none);
984 if (PathAccess == AS_private) {
985 PathAccess = AS_none;
992 PathAccess = std::max(PathAccess, BaseAccess);
994 switch (HasAccess(S, EC, NC, PathAccess, Target)) {
997 PathAccess = AS_public;
1011 if (BestPath == nullptr || PathAccess < BestPath->Access) {
1013 BestPath->Access = PathAccess;