Searched refs:msgSendIdent (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 2322 IdentifierInfo *msgSendIdent = &Context->Idents.get("__rw_objc_super"); in SynthSuperConstructorFunctionDecl() local 2333 msgSendIdent, msgSendType, in SynthSuperConstructorFunctionDecl() 2339 IdentifierInfo *msgSendIdent = &Context->Idents.get("objc_msgSend"); in SynthMsgSendFunctionDecl() local 2352 msgSendIdent, msgSendType, in SynthMsgSendFunctionDecl() 2358 IdentifierInfo *msgSendIdent = &Context->Idents.get("objc_msgSendSuper"); in SynthMsgSendSuperFunctionDecl() local 2374 msgSendIdent, msgSendType, in SynthMsgSendSuperFunctionDecl() 2380 IdentifierInfo *msgSendIdent = &Context->Idents.get("objc_msgSend_stret"); in SynthMsgSendStretFunctionDecl() local 2393 msgSendIdent, msgSendType, in SynthMsgSendStretFunctionDecl() 2400 IdentifierInfo *msgSendIdent = in SynthMsgSendSuperStretFunctionDecl() local 2417 msgSendIdent, in SynthMsgSendSuperStretFunctionDecl() [all …]
|
| H A D | RewriteModernObjC.cpp | 2412 IdentifierInfo *msgSendIdent = &Context->Idents.get("__rw_objc_super"); in SynthSuperConstructorFunctionDecl() local 2423 msgSendIdent, msgSendType, in SynthSuperConstructorFunctionDecl() 2429 IdentifierInfo *msgSendIdent = &Context->Idents.get("objc_msgSend"); in SynthMsgSendFunctionDecl() local 2442 msgSendIdent, msgSendType, nullptr, in SynthMsgSendFunctionDecl() 2448 IdentifierInfo *msgSendIdent = &Context->Idents.get("objc_msgSendSuper"); in SynthMsgSendSuperFunctionDecl() local 2456 msgSendIdent, msgSendType, in SynthMsgSendSuperFunctionDecl() 2462 IdentifierInfo *msgSendIdent = &Context->Idents.get("objc_msgSend_stret"); in SynthMsgSendStretFunctionDecl() local 2475 msgSendIdent, msgSendType, in SynthMsgSendStretFunctionDecl() 2482 IdentifierInfo *msgSendIdent = in SynthMsgSendSuperStretFunctionDecl() local 2491 msgSendIdent, in SynthMsgSendSuperStretFunctionDecl() [all …]
|