Home | History | Annotate | Download | only in Frontend

Lines Matching refs:StoredDiagnostics

662       Client = new StoredDiagnosticConsumer(AST.StoredDiagnostics);
668 Diags->setClient(new StoredDiagnosticConsumer(AST.StoredDiagnostics));
1030 StoredDiagnostics) {
1033 for (unsigned I = 0; I < StoredDiagnostics.size(); ++I) {
1034 if (StoredDiagnostics[I].getLocation().isValid()) {
1035 StoredDiagnostics.erase(StoredDiagnostics.begin()+I);
1042 StoredDiagnostics,
1049 for (unsigned I = 0, N = StoredDiagnostics.size(); I < N; ++I) {
1050 if (StoredDiagnostics[I].getLocation().isValid()) {
1051 FullSourceLoc Loc(StoredDiagnostics[I].getLocation(), SM);
1052 StoredDiagnostics[I].setLocation(Loc);
1127 checkAndRemoveNonDriverDiags(StoredDiagnostics);
1153 checkAndSanitizeDiags(StoredDiagnostics, getSourceManager());
1173 StoredDiagnostics);
1197 FailedParseDiagnostics.swap(StoredDiagnostics);
1198 StoredDiagnostics.clear();
1585 checkAndRemoveNonDriverDiags(StoredDiagnostics);
1628 checkAndRemoveNonDriverDiags(StoredDiagnostics);
1968 SmallVector<StoredDiagnostic, 4> StoredDiagnostics;
1975 StoredDiagnostics);
2019 AST->NumStoredDiagnosticsFromDriver = StoredDiagnostics.size();
2020 AST->StoredDiagnostics.swap(StoredDiagnostics);
2034 AST->StoredDiagnostics.swap(AST->FailedParseDiagnostics);
2352 SmallVectorImpl<StoredDiagnostic> &StoredDiagnostics,
2397 StoredDiagnostics);