Searched refs:msgSendIdent (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 2320 IdentifierInfo *msgSendIdent = &Context->Idents.get("__rw_objc_super"); in SynthSuperConstructorFunctionDecl() local 2331 msgSendIdent, msgSendType, in SynthSuperConstructorFunctionDecl() 2337 IdentifierInfo *msgSendIdent = &Context->Idents.get("objc_msgSend"); in SynthMsgSendFunctionDecl() local 2350 msgSendIdent, msgSendType, in SynthMsgSendFunctionDecl() 2356 IdentifierInfo *msgSendIdent = &Context->Idents.get("objc_msgSendSuper"); in SynthMsgSendSuperFunctionDecl() local 2372 msgSendIdent, msgSendType, in SynthMsgSendSuperFunctionDecl() 2378 IdentifierInfo *msgSendIdent = &Context->Idents.get("objc_msgSend_stret"); in SynthMsgSendStretFunctionDecl() local 2391 msgSendIdent, msgSendType, in SynthMsgSendStretFunctionDecl() 2398 IdentifierInfo *msgSendIdent = in SynthMsgSendSuperStretFunctionDecl() local 2415 msgSendIdent, in SynthMsgSendSuperStretFunctionDecl() [all …]
|
| H A D | RewriteModernObjC.cpp | 2410 IdentifierInfo *msgSendIdent = &Context->Idents.get("__rw_objc_super"); in SynthSuperConstructorFunctionDecl() local 2421 msgSendIdent, msgSendType, in SynthSuperConstructorFunctionDecl() 2427 IdentifierInfo *msgSendIdent = &Context->Idents.get("objc_msgSend"); in SynthMsgSendFunctionDecl() local 2440 msgSendIdent, msgSendType, nullptr, in SynthMsgSendFunctionDecl() 2446 IdentifierInfo *msgSendIdent = &Context->Idents.get("objc_msgSendSuper"); in SynthMsgSendSuperFunctionDecl() local 2454 msgSendIdent, msgSendType, in SynthMsgSendSuperFunctionDecl() 2460 IdentifierInfo *msgSendIdent = &Context->Idents.get("objc_msgSend_stret"); in SynthMsgSendStretFunctionDecl() local 2473 msgSendIdent, msgSendType, in SynthMsgSendStretFunctionDecl() 2480 IdentifierInfo *msgSendIdent = in SynthMsgSendSuperStretFunctionDecl() local 2489 msgSendIdent, in SynthMsgSendSuperStretFunctionDecl() [all …]
|