Home | History | Annotate | Download | only in Frontend

Lines Matching defs:ED

244                            ExpectedData &ED, Preprocessor &PP,
261 DL = &ED.Errors;
263 DL = &ED.Warnings;
265 DL = &ED.Notes;
343 static void FindExpectedDiags(Preprocessor &PP, ExpectedData &ED, FileID FID) {
366 ParseDirective(&Comment[0], Comment.size(), ED, PP, Tok.getLocation());
474 ExpectedData &ED) {
483 NumProblems += CheckLists(Diags, SourceMgr, "error", ED.Errors,
487 NumProblems += CheckLists(Diags, SourceMgr, "warning", ED.Warnings,
491 NumProblems += CheckLists(Diags, SourceMgr, "note", ED.Notes,
498 ExpectedData ED;
510 FindExpectedDiags(*CurrentPreprocessor, ED, SM.getMainFileID());
519 FindExpectedDiags(*CurrentPreprocessor, ED, FirstErrorFID);
524 ED);