reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
 3218       MsgSendFlavor = MsgSendFpretFunctionDecl;
 3225     MsgSendFlavor = MsgSendSuperFunctionDecl;
 3228     assert(MsgSendFlavor && "MsgSendFlavor is NULL!");
 3324     MsgSendFlavor = MsgSendSuperFunctionDecl;
 3327     assert(MsgSendFlavor && "MsgSendFlavor is NULL!");
 3484   if (MsgSendFlavor == MsgSendSuperFunctionDecl)
 3506   QualType msgSendType = MsgSendFlavor->getType();
 3510       *Context, MsgSendFlavor, false, msgSendType, VK_LValue, SourceLocation());