Home
last modified time | relevance | path

Searched refs:StoredDiagnostic (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp115 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 DInternals.h27 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 DARCMT.cpp138 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 DTestAST.h96 llvm::ArrayRef<StoredDiagnostic> diagnostics() { return Diagnostics; } in diagnostics()
102 std::vector<StoredDiagnostic> Diagnostics;
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h191 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 DDiagnosticRenderer.h33 llvm::PointerUnion<const Diagnostic *, const StoredDiagnostic *>;
137 void emitStoredDiagnostic(StoredDiagnostic &Diag);
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp499 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 DTestAST.cpp27 std::vector<StoredDiagnostic> &Out;
32 StoreDiagnostics(std::vector<StoredDiagnostic> &Out, bool ReportErrors) in StoreDiagnostics()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp657 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 DDiagnosticRenderer.cpp142 void DiagnosticRenderer::emitStoredDiagnostic(StoredDiagnostic &Diag) { in emitStoredDiagnostic()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DCodeCompletion.cpp367 llvm::SmallVector<clang::StoredDiagnostic, 8> sd = {}; in codeComplete()