Home
last modified time | relevance | path

Searched refs:MsgSendFlavor (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp2630 FunctionDecl *MsgSendFlavor = MsgSendFunctionDecl; in RewriteObjCBoxedExpr() local
2677 QualType msgSendType = MsgSendFlavor->getType(); in RewriteObjCBoxedExpr()
2681 *Context, MsgSendFlavor, false, msgSendType, VK_LValue, SourceLocation()); in RewriteObjCBoxedExpr()
2713 FunctionDecl *MsgSendFlavor = MsgSendFunctionDecl; in RewriteObjCArrayLiteralExpr() local
2798 QualType msgSendType = MsgSendFlavor->getType(); in RewriteObjCArrayLiteralExpr()
2802 *Context, MsgSendFlavor, false, msgSendType, VK_LValue, SourceLocation()); in RewriteObjCArrayLiteralExpr()
2834 FunctionDecl *MsgSendFlavor = MsgSendFunctionDecl; in RewriteObjCDictionaryLiteralExpr() local
2950 QualType msgSendType = MsgSendFlavor->getType(); in RewriteObjCDictionaryLiteralExpr()
2954 *Context, MsgSendFlavor, false, msgSendType, VK_LValue, SourceLocation()); in RewriteObjCDictionaryLiteralExpr()
3221 FunctionDecl *MsgSendFlavor = MsgSendFunctionDecl; in SynthMessageExpr() local
[all …]
DRewriteObjC.cpp2648 FunctionDecl *MsgSendFlavor = MsgSendFunctionDecl; in SynthMessageExpr() local
2656 MsgSendFlavor = MsgSendFpretFunctionDecl; in SynthMessageExpr()
2663 MsgSendFlavor = MsgSendSuperFunctionDecl; in SynthMessageExpr()
2666 assert(MsgSendFlavor && "MsgSendFlavor is NULL!"); in SynthMessageExpr()
2757 MsgSendFlavor = MsgSendSuperFunctionDecl; in SynthMessageExpr()
2760 assert(MsgSendFlavor && "MsgSendFlavor is NULL!"); in SynthMessageExpr()
2916 if (MsgSendFlavor == MsgSendSuperFunctionDecl) in SynthMessageExpr()
2938 QualType msgSendType = MsgSendFlavor->getType(); in SynthMessageExpr()
2942 *Context, MsgSendFlavor, false, msgSendType, VK_LValue, SourceLocation()); in SynthMessageExpr()