Searched refs:msgSendIdent (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 2313 IdentifierInfo *msgSendIdent = &Context->Idents.get("__rw_objc_super"); in SynthSuperConstructorFunctionDecl() local 2330 IdentifierInfo *msgSendIdent = &Context->Idents.get("objc_msgSend"); in SynthMsgSendFunctionDecl() local 2343 msgSendIdent, msgSendType, in SynthMsgSendFunctionDecl() 2349 IdentifierInfo *msgSendIdent = &Context->Idents.get("objc_msgSendSuper"); in SynthMsgSendSuperFunctionDecl() local 2365 msgSendIdent, msgSendType, in SynthMsgSendSuperFunctionDecl() 2371 IdentifierInfo *msgSendIdent = &Context->Idents.get("objc_msgSend_stret"); in SynthMsgSendStretFunctionDecl() local 2384 msgSendIdent, msgSendType, in SynthMsgSendStretFunctionDecl() 2391 IdentifierInfo *msgSendIdent = in SynthMsgSendSuperStretFunctionDecl() local 2408 msgSendIdent, in SynthMsgSendSuperStretFunctionDecl() 2415 IdentifierInfo *msgSendIdent = &Context->Idents.get("objc_msgSend_fpret"); in SynthMsgSendFpretFunctionDecl() local [all …]
|
| H A D | RewriteModernObjC.cpp | 2407 IdentifierInfo *msgSendIdent = &Context->Idents.get("__rw_objc_super"); in SynthSuperConstructorFunctionDecl() local 2418 msgSendIdent, msgSendType, in SynthSuperConstructorFunctionDecl() 2424 IdentifierInfo *msgSendIdent = &Context->Idents.get("objc_msgSend"); in SynthMsgSendFunctionDecl() local 2443 IdentifierInfo *msgSendIdent = &Context->Idents.get("objc_msgSendSuper"); in SynthMsgSendSuperFunctionDecl() local 2451 msgSendIdent, msgSendType, in SynthMsgSendSuperFunctionDecl() 2457 IdentifierInfo *msgSendIdent = &Context->Idents.get("objc_msgSend_stret"); in SynthMsgSendStretFunctionDecl() local 2470 msgSendIdent, msgSendType, in SynthMsgSendStretFunctionDecl() 2477 IdentifierInfo *msgSendIdent = in SynthMsgSendSuperStretFunctionDecl() local 2486 msgSendIdent, in SynthMsgSendSuperStretFunctionDecl() 2493 IdentifierInfo *msgSendIdent = &Context->Idents.get("objc_msgSend_fpret"); in SynthMsgSendFpretFunctionDecl() local [all …]
|