Home
last modified time | relevance | path

Searched refs:PRC (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/
H A Dsymbol-shndx.test42 # GNU1-NEXT: 5: {{.*}} PRC[0xff01] proc
149 # GNU1-SEC-SYMS-NEXT: 5: {{.*}} PRC[0xff01] <?>
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaAccess.cpp735 ProtectedFriendContext PRC(S, EC, InstanceContext, NamingClass); in GetProtectedFriendKind() local
736 if (PRC.findFriendship(InstanceContext)) return AR_accessible; in GetProtectedFriendKind()
737 if (PRC.EverDependent) return AR_dependent; in GetProtectedFriendKind()