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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2625 FunctionDecl *MsgSendFlavor = MsgSendFunctionDecl; local
2672 QualType msgSendType = MsgSendFlavor->getType();
2676 *Context, MsgSendFlavor, false, msgSendType, VK_LValue, SourceLocation());
2708 FunctionDecl *MsgSendFlavor = MsgSendFunctionDecl; local
2793 QualType msgSendType = MsgSendFlavor->getType();
2797 *Context, MsgSendFlavor, false, msgSendType, VK_LValue, SourceLocation());
2829 FunctionDecl *MsgSendFlavor = MsgSendFunctionDecl; local
2944 QualType msgSendType = MsgSendFlavor->getType();
2948 *Context, MsgSendFlavor, false, msgSendType, VK_LValue, SourceLocation());
3214 FunctionDecl *MsgSendFlavor local
[all...]
H A DRewriteObjC.cpp2643 FunctionDecl *MsgSendFlavor = MsgSendFunctionDecl; local
2651 MsgSendFlavor = MsgSendFpretFunctionDecl;
2658 MsgSendFlavor = MsgSendSuperFunctionDecl;
2661 assert(MsgSendFlavor && "MsgSendFlavor is NULL!");
2756 MsgSendFlavor = MsgSendSuperFunctionDecl;
2759 assert(MsgSendFlavor && "MsgSendFlavor is NULL!");
2919 if (MsgSendFlavor == MsgSendSuperFunctionDecl)
2941 QualType msgSendType = MsgSendFlavor
[all...]

Completed in 139 milliseconds