Searched refs:StoredDiagnostic (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransProtectedScope.cpp | 115 SmallVector<StoredDiagnostic, 16> StoredDiags; in ProtectedScopeFixer() 117 SmallVectorImpl<StoredDiagnostic>::iterator in ProtectedScopeFixer() 130 SmallVectorImpl<StoredDiagnostic>::iterator &DiagI, in handleProtectedScopeError() 131 SmallVectorImpl<StoredDiagnostic>::iterator DiagE){ in handleProtectedScopeError() 147 bool handleProtectedNote(const StoredDiagnostic &Diag) { in handleProtectedNote()
|
H A D | Internals.h | 27 typedef std::list<StoredDiagnostic> ListTy; 31 void push_back(const StoredDiagnostic &diag) { List.push_back(diag); } in push_back() 46 ArrayRef<StoredDiagnostic> diags,
|
H A D | ARCMT.cpp | 138 CapturedDiags.push_back(StoredDiagnostic(level, Info)); in HandleDiagnostic() 294 SmallVector<StoredDiagnostic, 8> arcDiags; in checkForManualIssues()
|
/freebsd/contrib/llvm-project/clang/include/clang/Testing/ |
H A D | TestAST.h | 96 llvm::ArrayRef<StoredDiagnostic> diagnostics() { return Diagnostics; } in diagnostics() 102 std::vector<StoredDiagnostic> Diagnostics;
|
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | ASTUnit.h | 191 SmallVector<StoredDiagnostic, 4> StoredDiagnostics; 195 SmallVector<StoredDiagnostic, 4> FailedParseDiagnostics; 263 SmallVectorImpl<StoredDiagnostic> &Out); 589 using stored_diag_iterator = StoredDiagnostic *; 590 using stored_diag_const_iterator = const StoredDiagnostic *; 906 SmallVectorImpl<StoredDiagnostic> &StoredDiagnostics,
|
H A D | DiagnosticRenderer.h | 33 llvm::PointerUnion<const Diagnostic *, const StoredDiagnostic *>; 137 void emitStoredDiagnostic(StoredDiagnostic &Diag);
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | Diagnostic.cpp | 499 void DiagnosticsEngine::Report(const StoredDiagnostic &storedDiag) { in Report() 1153 StoredDiagnostic::StoredDiagnostic(DiagnosticsEngine::Level Level, unsigned ID, in StoredDiagnostic() function in StoredDiagnostic 1157 StoredDiagnostic::StoredDiagnostic(DiagnosticsEngine::Level Level, in StoredDiagnostic() function in StoredDiagnostic 1171 StoredDiagnostic::StoredDiagnostic(DiagnosticsEngine::Level Level, unsigned ID, in StoredDiagnostic() function in StoredDiagnostic 1181 const StoredDiagnostic &SD) { in operator <<()
|
/freebsd/contrib/llvm-project/clang/lib/Testing/ |
H A D | TestAST.cpp | 27 std::vector<StoredDiagnostic> &Out; 32 StoreDiagnostics(std::vector<StoredDiagnostic> &Out, bool ReportErrors) in StoreDiagnostics()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 657 SmallVectorImpl<StoredDiagnostic> *StoredDiags; 665 SmallVectorImpl<StoredDiagnostic> *StoredDiags, in FilterAndStoreDiagnosticConsumer() 696 SmallVectorImpl<StoredDiagnostic> *StoredDiags, in CaptureDroppedDiagnostics() 720 const StoredDiagnostic &InDiag); 744 StoredDiagnostic *ResultDiag = nullptr; in HandleDiagnostic() 751 std::optional<StoredDiagnostic> StoredDiag; in HandleDiagnostic() 1111 static bool isNonDriverDiag(const StoredDiagnostic &StoredDiag) { in isNonDriverDiag() 1116 checkAndRemoveNonDriverDiags(SmallVectorImpl<StoredDiagnostic> &StoredDiags) { in checkAndRemoveNonDriverDiags() 1122 static void checkAndSanitizeDiags(SmallVectorImpl<StoredDiagnostic> & in checkAndSanitizeDiags() 1296 const StoredDiagnostic &InDiag) { in makeStandaloneDiagnostic() [all …]
|
H A D | DiagnosticRenderer.cpp | 142 void DiagnosticRenderer::emitStoredDiagnostic(StoredDiagnostic &Diag) { in emitStoredDiagnostic()
|
/freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
H A D | CodeCompletion.cpp | 367 llvm::SmallVector<clang::StoredDiagnostic, 8> sd = {}; in codeComplete()
|