Searched defs:Prot (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Index/
H A DUSRGeneration.cpp794 void clang::index::generateUSRForObjCProtocol(StringRef Prot, raw_ostream &OS) { argument
795 OS << "objc(pl)" << Prot; local
/external/clang/tools/libclang/
H A DCIndex.cpp4644 const ObjCProtocolDecl *Prot = getCursorObjCProtocolRef(C).first; local
4645 if (const ObjCProtocolDecl *Def = Prot->getDefinition())
4648 return MakeCXCursor(Prot, tu);

Completed in 63 milliseconds