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

/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp2681 FunctionDecl *MsgSendFlavor = MsgSendFunctionDecl; local
2689 MsgSendFlavor = MsgSendFpretFunctionDecl;
2696 MsgSendFlavor = MsgSendSuperFunctionDecl;
2699 assert(MsgSendFlavor && "MsgSendFlavor is NULL!");
2809 MsgSendFlavor = MsgSendSuperFunctionDecl;
2812 assert(MsgSendFlavor && "MsgSendFlavor is NULL!");
2984 if (MsgSendFlavor == MsgSendSuperFunctionDecl)
3007 QualType msgSendType = MsgSendFlavor
[all...]
H A DRewriteModernObjC.cpp2667 FunctionDecl *MsgSendFlavor = MsgSendFunctionDecl; local
2724 QualType msgSendType = MsgSendFlavor->getType();
2727 DeclRefExpr *DRE = new (Context) DeclRefExpr(MsgSendFlavor, false, msgSendType,
2762 FunctionDecl *MsgSendFlavor = MsgSendFunctionDecl; local
2861 QualType msgSendType = MsgSendFlavor->getType();
2864 DeclRefExpr *DRE = new (Context) DeclRefExpr(MsgSendFlavor, false, msgSendType,
2899 FunctionDecl *MsgSendFlavor = MsgSendFunctionDecl; local
3034 QualType msgSendType = MsgSendFlavor->getType();
3037 DeclRefExpr *DRE = new (Context) DeclRefExpr(MsgSendFlavor, false, msgSendType,
3291 FunctionDecl *MsgSendFlavor local
[all...]

Completed in 54 milliseconds