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

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);
 3743                                       Exp->getType(), VK_RValue, OK_Ordinary);
 3779   QualType PtrToFuncCastType = getSimpleFunctionType(Exp->getType(), ArgTypes);
 3808   for (CallExpr::arg_iterator I = Exp->arg_begin(),
 3809        E = Exp->arg_end(); I != E; ++I) {
 3812   CallExpr *CE = CallExpr::Create(*Context, PE, BlkExprs, Exp->getType(),