Home
last modified time | relevance | path

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

12

/external/clang/lib/ARCMigrate/
DPlistReporter.cpp36 ArrayRef<StoredDiagnostic> diags, in writeARCDiagsToPlist()
46 for (ArrayRef<StoredDiagnostic>::iterator in writeARCDiagsToPlist()
48 const StoredDiagnostic &D = *I; in writeARCDiagsToPlist()
52 for (StoredDiagnostic::range_iterator in writeARCDiagsToPlist()
82 for (ArrayRef<StoredDiagnostic>::iterator in writeARCDiagsToPlist()
85 const StoredDiagnostic &D = *DI; in writeARCDiagsToPlist()
DTransProtectedScope.cpp114 SmallVector<StoredDiagnostic, 16> StoredDiags; in ProtectedScopeFixer()
116 SmallVectorImpl<StoredDiagnostic>::iterator in ProtectedScopeFixer()
129 SmallVectorImpl<StoredDiagnostic>::iterator &DiagI, in handleProtectedScopeError()
130 SmallVectorImpl<StoredDiagnostic>::iterator DiagE){ in handleProtectedScopeError()
146 bool handleProtectedNote(const StoredDiagnostic &Diag) { in handleProtectedNote()
DInternals.h26 typedef std::list<StoredDiagnostic> ListTy;
30 void push_back(const StoredDiagnostic &diag) { List.push_back(diag); } in push_back()
45 ArrayRef<StoredDiagnostic> diags,
DARCMT.cpp137 CapturedDiags.push_back(StoredDiagnostic(level, Info)); in HandleDiagnostic()
297 SmallVector<StoredDiagnostic, 8> arcDiags; in checkForManualIssues()
/external/llvm-project/clang/lib/ARCMigrate/
DPlistReporter.cpp35 ArrayRef<StoredDiagnostic> diags, in writeARCDiagsToPlist()
45 for (ArrayRef<StoredDiagnostic>::iterator in writeARCDiagsToPlist()
47 const StoredDiagnostic &D = *I; in writeARCDiagsToPlist()
51 for (StoredDiagnostic::range_iterator in writeARCDiagsToPlist()
81 for (ArrayRef<StoredDiagnostic>::iterator in writeARCDiagsToPlist()
84 const StoredDiagnostic &D = *DI; in writeARCDiagsToPlist()
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()
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,
DARCMT.cpp138 CapturedDiags.push_back(StoredDiagnostic(level, Info)); in HandleDiagnostic()
296 SmallVector<StoredDiagnostic, 8> arcDiags; in checkForManualIssues()
/external/llvm-project/clang/tools/libclang/
DCIndexDiagnostic.h24 class StoredDiagnostic; variable
112 const StoredDiagnostic &Diag;
115 CXStoredDiagnostic(const StoredDiagnostic &Diag, in CXStoredDiagnostic()
DCIndexDiagnostic.cpp95 const StoredDiagnostic *SD = D.dyn_cast<const StoredDiagnostic*>(); in beginDiagnostic()
DIndexing.cpp321 SmallVector<StoredDiagnostic, 4> Errors;
327 Errors.push_back(StoredDiagnostic(level, Info)); in HandleDiagnostic()
/external/clang/tools/libclang/
DCIndexDiagnostic.h24 class StoredDiagnostic; variable
112 const StoredDiagnostic &Diag;
115 CXStoredDiagnostic(const StoredDiagnostic &Diag, in CXStoredDiagnostic()
DCIndexDiagnostic.cpp100 const StoredDiagnostic *SD = D.dyn_cast<const StoredDiagnostic*>(); in beginDiagnostic()
DIndexing.cpp337 SmallVector<StoredDiagnostic, 4> Errors;
343 Errors.push_back(StoredDiagnostic(level, Info)); in HandleDiagnostic()
/external/llvm-project/clang/include/clang/Frontend/
DASTUnit.h189 SmallVector<StoredDiagnostic, 4> StoredDiagnostics;
193 SmallVector<StoredDiagnostic, 4> FailedParseDiagnostics;
261 SmallVectorImpl<StoredDiagnostic> &Out);
586 using stored_diag_iterator = StoredDiagnostic *;
587 using stored_diag_const_iterator = const StoredDiagnostic *;
886 SmallVectorImpl<StoredDiagnostic> &StoredDiagnostics,
DDiagnosticRenderer.h33 llvm::PointerUnion<const Diagnostic *, const StoredDiagnostic *>;
137 void emitStoredDiagnostic(StoredDiagnostic &Diag);
/external/clang/include/clang/Frontend/
DASTUnit.h163 SmallVector<StoredDiagnostic, 4> StoredDiagnostics;
167 SmallVector<StoredDiagnostic, 4> FailedParseDiagnostics;
316 SmallVectorImpl<StoredDiagnostic> &Out);
642 typedef StoredDiagnostic *stored_diag_iterator;
643 typedef const StoredDiagnostic *stored_diag_const_iterator;
892 SmallVectorImpl<StoredDiagnostic> &StoredDiagnostics,
DDiagnosticRenderer.h32 const StoredDiagnostic *> DiagOrStoredDiag;
150 void emitStoredDiagnostic(StoredDiagnostic &Diag);
/external/clang/lib/Basic/
DDiagnostic.cpp338 void DiagnosticsEngine::Report(const StoredDiagnostic &storedDiag) { in Report()
949 StoredDiagnostic::StoredDiagnostic(DiagnosticsEngine::Level Level, unsigned ID, in StoredDiagnostic() function in StoredDiagnostic
953 StoredDiagnostic::StoredDiagnostic(DiagnosticsEngine::Level Level, in StoredDiagnostic() function in StoredDiagnostic
968 StoredDiagnostic::StoredDiagnostic(DiagnosticsEngine::Level Level, unsigned ID, in StoredDiagnostic() function in StoredDiagnostic
/external/clang/include/clang/Basic/
DDiagnostic.h38 class StoredDiagnostic; variable
682 void Report(const StoredDiagnostic &storedDiag);
1264 class StoredDiagnostic {
1273 StoredDiagnostic() = default;
1274 StoredDiagnostic(DiagnosticsEngine::Level Level, const Diagnostic &Info);
1275 StoredDiagnostic(DiagnosticsEngine::Level Level, unsigned ID,
1277 StoredDiagnostic(DiagnosticsEngine::Level Level, unsigned ID,
/external/llvm-project/clang/lib/Basic/
DDiagnostic.cpp485 void DiagnosticsEngine::Report(const StoredDiagnostic &storedDiag) { in Report()
1100 StoredDiagnostic::StoredDiagnostic(DiagnosticsEngine::Level Level, unsigned ID, in StoredDiagnostic() function in StoredDiagnostic
1104 StoredDiagnostic::StoredDiagnostic(DiagnosticsEngine::Level Level, in StoredDiagnostic() function in StoredDiagnostic
1118 StoredDiagnostic::StoredDiagnostic(DiagnosticsEngine::Level Level, unsigned ID, in StoredDiagnostic() function in StoredDiagnostic
/external/llvm-project/clang/include/clang/Basic/
DDiagnostic.h53 class StoredDiagnostic; variable
897 void Report(const StoredDiagnostic &storedDiag);
1617 class StoredDiagnostic {
1626 StoredDiagnostic() = default;
1627 StoredDiagnostic(DiagnosticsEngine::Level Level, const Diagnostic &Info);
1628 StoredDiagnostic(DiagnosticsEngine::Level Level, unsigned ID,
1630 StoredDiagnostic(DiagnosticsEngine::Level Level, unsigned ID,
/external/llvm-project/clang/lib/Frontend/
DASTUnit.cpp614 SmallVectorImpl<StoredDiagnostic> *StoredDiags;
622 SmallVectorImpl<StoredDiagnostic> *StoredDiags, in FilterAndStoreDiagnosticConsumer()
653 SmallVectorImpl<StoredDiagnostic> *StoredDiags, in CaptureDroppedDiagnostics()
677 const StoredDiagnostic &InDiag);
701 StoredDiagnostic *ResultDiag = nullptr; in HandleDiagnostic()
708 llvm::Optional<StoredDiagnostic> StoredDiag = None; in HandleDiagnostic()
1066 static bool isNonDriverDiag(const StoredDiagnostic &StoredDiag) { in isNonDriverDiag()
1071 checkAndRemoveNonDriverDiags(SmallVectorImpl<StoredDiagnostic> &StoredDiags) { in checkAndRemoveNonDriverDiags()
1079 static void checkAndSanitizeDiags(SmallVectorImpl<StoredDiagnostic> & in checkAndSanitizeDiags()
1261 const StoredDiagnostic &InDiag) { in makeStandaloneDiagnostic()
[all …]
/external/clang/lib/Frontend/
DASTUnit.cpp563 SmallVectorImpl<StoredDiagnostic> &StoredDiags;
568 SmallVectorImpl<StoredDiagnostic> &StoredDiags) in StoredDiagnosticConsumer()
591 SmallVectorImpl<StoredDiagnostic> &StoredDiags) in CaptureDroppedDiagnostics()
1000 static bool isNonDriverDiag(const StoredDiagnostic &StoredDiag) { in isNonDriverDiag()
1005 checkAndRemoveNonDriverDiags(SmallVectorImpl<StoredDiagnostic> &StoredDiags) { in checkAndRemoveNonDriverDiags()
1013 static void checkAndSanitizeDiags(SmallVectorImpl<StoredDiagnostic> & in checkAndSanitizeDiags()
1021 for (StoredDiagnostic &SD : StoredDiagnostics) { in checkAndSanitizeDiags()
1297 const StoredDiagnostic &InDiag) { in makeStandaloneDiagnostic()
1951 SmallVector<StoredDiagnostic, 4> StoredDiagnostics; in LoadFromCommandLine()
2324 FileManager &FileMgr, SmallVectorImpl<StoredDiagnostic> &StoredDiagnostics, in CodeComplete()
[all …]
DDiagnosticRenderer.cpp141 void DiagnosticRenderer::emitStoredDiagnostic(StoredDiagnostic &Diag) { in emitStoredDiagnostic()

12