Searched refs:Prot (Results 1 – 5 of 5) sorted by relevance
4 @protocol Prot protocol12 Protocol *p = @protocol(Prot);25 // CHECK: [indexEntityReference]: kind: objc-protocol | name: Prot | {{.*}} | loc: 12:27
50 void generateUSRForObjCProtocol(StringRef Prot, raw_ostream &OS);
105 "Prot.",
835 void clang::index::generateUSRForObjCProtocol(StringRef Prot, raw_ostream &OS) { in generateUSRForObjCProtocol() argument836 OS << "objc(pl)" << Prot; in generateUSRForObjCProtocol()
4904 const ObjCProtocolDecl *Prot = getCursorObjCProtocolRef(C).first; in clang_getCursorReferenced() local4905 if (const ObjCProtocolDecl *Def = Prot->getDefinition()) in clang_getCursorReferenced()4908 return MakeCXCursor(Prot, tu); in clang_getCursorReferenced()