Lines Matching defs:PathAccess
973 AccessSpecifier PathAccess = FinalAccess;
978 assert(PathAccess != AS_none);
983 if (PathAccess == AS_private) {
984 PathAccess = AS_none;
991 PathAccess = std::max(PathAccess, BaseAccess);
993 switch (HasAccess(S, EC, NC, PathAccess, Target)) {
996 PathAccess = AS_public;
1010 if (BestPath == nullptr || PathAccess < BestPath->Access) {
1012 BestPath->Access = PathAccess;