Home | History | Annotate | Download | only in Parse

Lines Matching full:diags

52   : PP(pp), Actions(actions), Diags(PP.getDiagnostics()),
119 return Diags.Report(Loc, DiagID);
371 Actions.CurScope = new Scope(getCurScope(), ScopeFlags, Diags);
678 ExtensionRAIIObject O(Diags); // Use RAII to do this.