Searched refs:PathAccess (Results 1 – 2 of 2) sorted by relevance
972 AccessSpecifier PathAccess = FinalAccess; in FindBestPath() local977 assert(PathAccess != AS_none); in FindBestPath()982 if (PathAccess == AS_private) { in FindBestPath()983 PathAccess = AS_none; in FindBestPath()990 PathAccess = std::max(PathAccess, BaseAccess); in FindBestPath()992 switch (HasAccess(S, EC, NC, PathAccess, Target)) { in FindBestPath()995 PathAccess = AS_public; in FindBestPath()1009 if (BestPath == nullptr || PathAccess < BestPath->Access) { in FindBestPath()1011 BestPath->Access = PathAccess; in FindBestPath()
1730 static AccessSpecifier MergeAccess(AccessSpecifier PathAccess, in MergeAccess() argument1734 return (PathAccess > DeclAccess ? PathAccess : DeclAccess); in MergeAccess()