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

References

tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
 2645       MsgSendFlavor = MsgSendFpretFunctionDecl;
 2652     MsgSendFlavor = MsgSendSuperFunctionDecl;
 2655     assert(MsgSendFlavor && "MsgSendFlavor is NULL!");
 2750     MsgSendFlavor = MsgSendSuperFunctionDecl;
 2753     assert(MsgSendFlavor && "MsgSendFlavor is NULL!");
 2913   if (MsgSendFlavor == MsgSendSuperFunctionDecl)
 2935   QualType msgSendType = MsgSendFlavor->getType();
 2939       *Context, MsgSendFlavor, false, msgSendType, VK_LValue, SourceLocation());