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

/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp2661 FunctionDecl *MsgSendFlavor = MsgSendFunctionDecl; local
2711 QualType msgSendType = MsgSendFlavor->getType();
2714 DeclRefExpr *DRE = new (Context) DeclRefExpr(MsgSendFlavor, false, msgSendType,
2748 FunctionDecl *MsgSendFlavor = MsgSendFunctionDecl; local
2840 QualType msgSendType = MsgSendFlavor->getType();
2843 DeclRefExpr *DRE = new (Context) DeclRefExpr(MsgSendFlavor, false, msgSendType,
2877 FunctionDecl *MsgSendFlavor = MsgSendFunctionDecl; local
3004 QualType msgSendType = MsgSendFlavor->getType();
3007 DeclRefExpr *DRE = new (Context) DeclRefExpr(MsgSendFlavor, false, msgSendType,
3279 FunctionDecl *MsgSendFlavor local
[all...]
H A DRewriteObjC.cpp2653 FunctionDecl *MsgSendFlavor = MsgSendFunctionDecl; local
2661 MsgSendFlavor = MsgSendFpretFunctionDecl;
2668 MsgSendFlavor = MsgSendSuperFunctionDecl;
2671 assert(MsgSendFlavor && "MsgSendFlavor is NULL!");
2773 MsgSendFlavor = MsgSendSuperFunctionDecl;
2776 assert(MsgSendFlavor && "MsgSendFlavor is NULL!");
2940 if (MsgSendFlavor == MsgSendSuperFunctionDecl)
2962 QualType msgSendType = MsgSendFlavor
[all...]

Completed in 75 milliseconds