Searched defs:MsgSendStretFlavor (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Rewrite/
H A DRewriteObjC.cpp2661 FunctionDecl *MsgSendStretFlavor = 0; local
2665 MsgSendStretFlavor = MsgSendStretFunctionDecl;
2675 if (MsgSendStretFlavor)
2676 MsgSendStretFlavor = MsgSendSuperStretFunctionDecl;
2790 if (MsgSendStretFlavor)
2791 MsgSendStretFlavor = MsgSendSuperStretFunctionDecl;
3021 if (MsgSendStretFlavor) {
3028 DeclRefExpr *STDRE = new (Context) DeclRefExpr(MsgSendStretFlavor,
H A DRewriteModernObjC.cpp2995 FunctionDecl *MsgSendStretFlavor = 0; local
2999 MsgSendStretFlavor = MsgSendStretFunctionDecl;
3009 if (MsgSendStretFlavor)
3010 MsgSendStretFlavor = MsgSendSuperStretFunctionDecl;
3124 if (MsgSendStretFlavor)
3125 MsgSendStretFlavor = MsgSendSuperStretFunctionDecl;
3355 if (MsgSendStretFlavor) {
3362 DeclRefExpr *STDRE = new (Context) DeclRefExpr(MsgSendStretFlavor,

Completed in 42 milliseconds