Searched refs:ProtocolName (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 704 IdentifierInfo *ProtocolName, in ActOnStartProtocolInterface() argument 713 assert(ProtocolName && "Missing protocol identifier"); in ActOnStartProtocolInterface() 714 ObjCProtocolDecl *PrevDecl = LookupProtocol(ProtocolName, ProtocolLoc, in ActOnStartProtocolInterface() 719 Diag(ProtocolLoc, diag::warn_duplicate_protocol_def) << ProtocolName; in ActOnStartProtocolInterface() 726 PDecl = ObjCProtocolDecl::Create(Context, CurContext, ProtocolName, in ActOnStartProtocolInterface() 737 ProtocolName, ProtocolLoc, PrevDecl->getLocation(), PList); in ActOnStartProtocolInterface() 741 PDecl = ObjCProtocolDecl::Create(Context, CurContext, ProtocolName, in ActOnStartProtocolInterface()
|
/external/clang/lib/CodeGen/ |
D | CGObjCGNU.cpp | 402 llvm::Constant *GenerateEmptyProtocol(const std::string &ProtocolName); 1723 const std::string &ProtocolName) { in GenerateEmptyProtocol() argument 1745 Elements.push_back(MakeConstantString(ProtocolName, ".objc_protocol_name")); in GenerateEmptyProtocol() 1756 std::string ProtocolName = PD->getNameAsString(); in GenerateProtocol() local 1902 Elements.push_back(MakeConstantString(ProtocolName, ".objc_protocol_name")); in GenerateProtocol() 1910 ExistingProtocols[ProtocolName] = in GenerateProtocol()
|
D | CGObjCMac.cpp | 5928 std::string ProtocolName("\01l_OBJC_PROTOCOL_REFERENCE_$_"); in GenerateProtocolRef() local 5929 ProtocolName += PD->getName(); in GenerateProtocolRef() 5931 llvm::GlobalVariable *PTGV = CGM.getModule().getGlobalVariable(ProtocolName); in GenerateProtocolRef() 5939 ProtocolName); in GenerateProtocolRef()
|
/external/clang/lib/Rewrite/Frontend/ |
D | RewriteModernObjC.cpp | 6436 StringRef ProtocolName) { in Write_protocol_list_initializer() argument 6441 Result += ProtocolName; in Write_protocol_list_initializer() 6502 StringRef ProtocolName) { in Write_prop_list_t_initializer() argument 6507 Result += ProtocolName; in Write_prop_list_t_initializer() 6838 StringRef ProtocolName) { in Write__extendedMethodTypes_initializer() argument 6843 Result += VarName; Result += ProtocolName; in Write__extendedMethodTypes_initializer()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 4761 ExprResult ParseObjCProtocolExpression(IdentifierInfo * ProtocolName, 6784 IdentifierInfo *ProtocolName, SourceLocation ProtocolLoc,
|