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

Declarations

tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
  476     Stmt *SynthesizeBlockCall(CallExpr *Exp, const Expr* BlockExp);

References

tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
 4560     return SynthesizeBlockCall(Exp, PRE->getSubExpr());
 4567     Stmt *LHSStmt = SynthesizeBlockCall(Exp, LHSExp);
 4569     Stmt *RHSStmt = SynthesizeBlockCall(Exp, RHSExp);
 5633       Stmt *BlockCall = SynthesizeBlockCall(CE, CE->getCallee());