Searched refs:msgSendIdent (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteModernObjC.cpp | 2411 IdentifierInfo *msgSendIdent = &Context->Idents.get("__rw_objc_super"); in SynthSuperConstructorFunctionDecl() local 2422 msgSendIdent, msgSendType, in SynthSuperConstructorFunctionDecl() 2428 IdentifierInfo *msgSendIdent = &Context->Idents.get("objc_msgSend"); in SynthMsgSendFunctionDecl() local 2441 msgSendIdent, msgSendType, nullptr, in SynthMsgSendFunctionDecl() 2447 IdentifierInfo *msgSendIdent = &Context->Idents.get("objc_msgSendSuper"); in SynthMsgSendSuperFunctionDecl() local 2455 msgSendIdent, msgSendType, in SynthMsgSendSuperFunctionDecl() 2461 IdentifierInfo *msgSendIdent = &Context->Idents.get("objc_msgSend_stret"); in SynthMsgSendStretFunctionDecl() local 2474 msgSendIdent, msgSendType, in SynthMsgSendStretFunctionDecl() 2481 IdentifierInfo *msgSendIdent = in SynthMsgSendSuperStretFunctionDecl() local 2490 msgSendIdent, in SynthMsgSendSuperStretFunctionDecl() [all …]
|