Searched refs:StoredDiags (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransProtectedScope.cpp | 115 SmallVector<StoredDiagnostic, 16> StoredDiags; in ProtectedScopeFixer() local 116 StoredDiags.append(DiagList.begin(), DiagList.end()); in ProtectedScopeFixer() 118 I = StoredDiags.begin(), E = StoredDiags.end(); in ProtectedScopeFixer()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 657 SmallVectorImpl<StoredDiagnostic> *StoredDiags; member in __anone37b80710211::FilterAndStoreDiagnosticConsumer 665 SmallVectorImpl<StoredDiagnostic> *StoredDiags, in FilterAndStoreDiagnosticConsumer() argument 668 : StoredDiags(StoredDiags), StandaloneDiags(StandaloneDiags), in FilterAndStoreDiagnosticConsumer() 670 assert((StoredDiags || StandaloneDiags) && in FilterAndStoreDiagnosticConsumer() 696 SmallVectorImpl<StoredDiagnostic> *StoredDiags, in CaptureDroppedDiagnostics() argument 699 Client(StoredDiags, StandaloneDiags, in CaptureDroppedDiagnostics() 745 if (StoredDiags) { in HandleDiagnostic() 746 StoredDiags->emplace_back(Level, Info); in HandleDiagnostic() 747 ResultDiag = &StoredDiags->back(); in HandleDiagnostic() 1116 checkAndRemoveNonDriverDiags(SmallVectorImpl<StoredDiagnostic> &StoredDiags) { in checkAndRemoveNonDriverDiags() argument [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 478 static bool checkDiagnosticGroupMappings(DiagnosticsEngine &StoredDiags, in checkDiagnosticGroupMappings() argument 486 DiagnosticsEngine *MappingSources[] = { &Diags, &StoredDiags }; in checkDiagnosticGroupMappings() 495 StoredDiags.getDiagnosticLevel(DiagID, SourceLocation()); in checkDiagnosticGroupMappings() 515 static bool checkDiagnosticMappings(DiagnosticsEngine &StoredDiags, in checkDiagnosticMappings() argument 525 if (StoredDiags.getSuppressSystemWarnings() && in checkDiagnosticMappings() 533 if (Diags.getWarningsAsErrors() && !StoredDiags.getWarningsAsErrors()) { in checkDiagnosticMappings() 540 !StoredDiags.getEnableAllWarnings()) { in checkDiagnosticMappings() 547 !isExtHandlingFromDiagsError(StoredDiags)) { in checkDiagnosticMappings() 553 return checkDiagnosticGroupMappings(StoredDiags, Diags, Complain); in checkDiagnosticMappings()
|