Home | History | Annotate | Download | only in CodeGen

Lines Matching full:protocolname

5928   std::string ProtocolName("\01l_OBJC_PROTOCOL_REFERENCE_$_");
5929 ProtocolName += PD->getName();
5931 llvm::GlobalVariable *PTGV = CGM.getModule().getGlobalVariable(ProtocolName);
5939 ProtocolName);