Home
last modified time | relevance | path

Searched defs:msgSendIdent (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2322 IdentifierInfo *msgSendIdent = &Context->Idents.get("__rw_objc_super"); SynthSuperConstructorFunctionDecl() local
2339 IdentifierInfo *msgSendIdent = &Context->Idents.get("objc_msgSend"); SynthMsgSendFunctionDecl() local
2358 IdentifierInfo *msgSendIdent = &Context->Idents.get("objc_msgSendSuper"); SynthMsgSendSuperFunctionDecl() local
2380 IdentifierInfo *msgSendIdent = &Context->Idents.get("objc_msgSend_stret"); SynthMsgSendStretFunctionDecl() local
2400 IdentifierInfo *msgSendIdent = SynthMsgSendSuperStretFunctionDecl() local
2424 IdentifierInfo *msgSendIdent = &Context->Idents.get("objc_msgSend_fpret"); SynthMsgSendFpretFunctionDecl() local
[all...]
H A DRewriteModernObjC.cpp2411 IdentifierInfo *msgSendIdent = &Context->Idents.get("__rw_objc_super"); SynthSuperConstructorFunctionDecl() local
2428 IdentifierInfo *msgSendIdent = &Context->Idents.get("objc_msgSend"); SynthMsgSendFunctionDecl() local
2447 IdentifierInfo *msgSendIdent = &Context->Idents.get("objc_msgSendSuper"); SynthMsgSendSuperFunctionDecl() local
2461 IdentifierInfo *msgSendIdent = &Context->Idents.get("objc_msgSend_stret"); SynthMsgSendStretFunctionDecl() local
2481 IdentifierInfo *msgSendIdent = SynthMsgSendSuperStretFunctionDecl() local
2497 IdentifierInfo *msgSendIdent = &Context->Idents.get("objc_msgSend_fpret"); SynthMsgSendFpretFunctionDecl() local
[all...]