Home | History | Annotate | Download | only in Sema

Lines Matching refs:PathAccess

953     AccessSpecifier PathAccess = FinalAccess;
958 assert(PathAccess != AS_none);
963 if (PathAccess == AS_private) {
964 PathAccess = AS_none;
971 PathAccess = std::max(PathAccess, BaseAccess);
973 switch (HasAccess(S, EC, NC, PathAccess, Target)) {
976 PathAccess = AS_public;
990 if (BestPath == nullptr || PathAccess < BestPath->Access) {
992 BestPath->Access = PathAccess;