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

Declarations

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

References

tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
 3728     return SynthesizeBlockCall(Exp, PRE->getSubExpr());
 3735     Stmt *LHSStmt = SynthesizeBlockCall(Exp, LHSExp);
 3737     Stmt *RHSStmt = SynthesizeBlockCall(Exp, RHSExp);
 4735       Stmt *BlockCall = SynthesizeBlockCall(CE, CE->getCallee());