Searched refs:StoredDiagnostic (Results 1 - 16 of 16) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/ARCMigrate/
H A DPlistReporter.cpp35 ArrayRef<StoredDiagnostic> diags,
45 for (ArrayRef<StoredDiagnostic>::iterator
47 const StoredDiagnostic &D = *I;
51 for (StoredDiagnostic::range_iterator
81 for (ArrayRef<StoredDiagnostic>::iterator
84 const StoredDiagnostic &D = *DI;
H A DTransProtectedScope.cpp115 SmallVector<StoredDiagnostic, 16> StoredDiags;
117 SmallVectorImpl<StoredDiagnostic>::iterator
130 SmallVectorImpl<StoredDiagnostic>::iterator &DiagI,
131 SmallVectorImpl<StoredDiagnostic>::iterator DiagE){
147 bool handleProtectedNote(const StoredDiagnostic &Diag) {
H A DInternals.h27 typedef std::list<StoredDiagnostic> ListTy;
31 void push_back(const StoredDiagnostic &diag) { List.push_back(diag); }
46 ArrayRef<StoredDiagnostic> diags,
H A DARCMT.cpp138 CapturedDiags.push_back(StoredDiagnostic(level, Info));
294 SmallVector<StoredDiagnostic, 8> arcDiags;
/openbsd-current/gnu/llvm/clang/include/clang/Testing/
H A DTestAST.h89 llvm::ArrayRef<StoredDiagnostic> diagnostics() { return Diagnostics; }
95 std::vector<StoredDiagnostic> Diagnostics;
/openbsd-current/gnu/llvm/clang/tools/libclang/
H A DCIndexDiagnostic.h24 class StoredDiagnostic;
112 const StoredDiagnostic &Diag;
115 CXStoredDiagnostic(const StoredDiagnostic &Diag,
H A DCIndexDiagnostic.cpp95 const StoredDiagnostic *SD = D.dyn_cast<const StoredDiagnostic*>();
H A DIndexing.cpp321 SmallVector<StoredDiagnostic, 4> Errors;
327 Errors.push_back(StoredDiagnostic(level, Info));
H A DCIndexCodeCompletion.cpp254 SmallVector<StoredDiagnostic, 8> Diagnostics;
/openbsd-current/gnu/llvm/clang/include/clang/Frontend/
H A DDiagnosticRenderer.h33 llvm::PointerUnion<const Diagnostic *, const StoredDiagnostic *>;
137 void emitStoredDiagnostic(StoredDiagnostic &Diag);
H A DASTUnit.h188 SmallVector<StoredDiagnostic, 4> StoredDiagnostics;
192 SmallVector<StoredDiagnostic, 4> FailedParseDiagnostics;
260 SmallVectorImpl<StoredDiagnostic> &Out);
585 using stored_diag_iterator = StoredDiagnostic *;
586 using stored_diag_const_iterator = const StoredDiagnostic *;
888 SmallVectorImpl<StoredDiagnostic> &StoredDiagnostics,
/openbsd-current/gnu/llvm/clang/lib/Testing/
H A DTestAST.cpp25 std::vector<StoredDiagnostic> &Out;
30 StoreDiagnostics(std::vector<StoredDiagnostic> &Out, bool ReportErrors)
/openbsd-current/gnu/llvm/clang/include/clang/Basic/
H A DDiagnostic.h54 class StoredDiagnostic;
941 void Report(const StoredDiagnostic &storedDiag);
1690 class StoredDiagnostic {
1699 StoredDiagnostic() = default;
1700 StoredDiagnostic(DiagnosticsEngine::Level Level, const Diagnostic &Info);
1701 StoredDiagnostic(DiagnosticsEngine::Level Level, unsigned ID,
1703 StoredDiagnostic(DiagnosticsEngine::Level Level, unsigned ID,
1735 // Simple debug printing of StoredDiagnostic.
1736 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const StoredDiagnostic &);
/openbsd-current/gnu/llvm/clang/lib/Frontend/
H A DASTUnit.cpp642 SmallVectorImpl<StoredDiagnostic> *StoredDiags;
650 SmallVectorImpl<StoredDiagnostic> *StoredDiags,
681 SmallVectorImpl<StoredDiagnostic> *StoredDiags,
705 const StoredDiagnostic &InDiag);
729 StoredDiagnostic *ResultDiag = nullptr;
736 std::optional<StoredDiagnostic> StoredDiag;
1091 static bool isNonDriverDiag(const StoredDiagnostic &StoredDiag) {
1096 checkAndRemoveNonDriverDiags(SmallVectorImpl<StoredDiagnostic> &StoredDiags) {
1102 static void checkAndSanitizeDiags(SmallVectorImpl<StoredDiagnostic> &
1276 const StoredDiagnostic
[all...]
H A DDiagnosticRenderer.cpp142 void DiagnosticRenderer::emitStoredDiagnostic(StoredDiagnostic &Diag) {
/openbsd-current/gnu/llvm/clang/lib/Basic/
H A DDiagnostic.cpp502 void DiagnosticsEngine::Report(const StoredDiagnostic &storedDiag) {
1156 StoredDiagnostic::StoredDiagnostic(DiagnosticsEngine::Level Level, unsigned ID, function in class:StoredDiagnostic
1160 StoredDiagnostic::StoredDiagnostic(DiagnosticsEngine::Level Level, function in class:StoredDiagnostic
1174 StoredDiagnostic::StoredDiagnostic(DiagnosticsEngine::Level Level, unsigned ID, function in class:StoredDiagnostic
1184 const StoredDiagnostic &SD) {

Completed in 138 milliseconds