Searched refs:msgSendIdent (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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 | 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 …]
|