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

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);
 4575                                       Exp->getType(), VK_RValue, OK_Ordinary);
 4611   QualType PtrToFuncCastType = getSimpleFunctionType(Exp->getType(), ArgTypes);
 4640   for (CallExpr::arg_iterator I = Exp->arg_begin(),
 4641        E = Exp->arg_end(); I != E; ++I) {
 4644   CallExpr *CE = CallExpr::Create(*Context, PE, BlkExprs, Exp->getType(),