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

/external/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2649 FunctionDecl *MsgSendFlavor = MsgSendFunctionDecl; local
2699 QualType msgSendType = MsgSendFlavor->getType();
2702 DeclRefExpr *DRE = new (Context) DeclRefExpr(MsgSendFlavor, false, msgSendType,
2736 FunctionDecl *MsgSendFlavor = MsgSendFunctionDecl; local
2826 QualType msgSendType = MsgSendFlavor->getType();
2829 DeclRefExpr *DRE = new (Context) DeclRefExpr(MsgSendFlavor, false, msgSendType,
2863 FunctionDecl *MsgSendFlavor = MsgSendFunctionDecl; local
2986 QualType msgSendType = MsgSendFlavor->getType();
2989 DeclRefExpr *DRE = new (Context) DeclRefExpr(MsgSendFlavor, false, msgSendType,
3261 FunctionDecl *MsgSendFlavor local
[all...]
H A DRewriteObjC.cpp2644 FunctionDecl *MsgSendFlavor = MsgSendFunctionDecl; local
2652 MsgSendFlavor = MsgSendFpretFunctionDecl;
2659 MsgSendFlavor = MsgSendSuperFunctionDecl;
2662 assert(MsgSendFlavor && "MsgSendFlavor is NULL!");
2764 MsgSendFlavor = MsgSendSuperFunctionDecl;
2767 assert(MsgSendFlavor && "MsgSendFlavor is NULL!");
2931 if (MsgSendFlavor == MsgSendSuperFunctionDecl)
2953 QualType msgSendType = MsgSendFlavor
[all...]

Completed in 128 milliseconds