/external/clang/lib/ARCMigrate/ |
D | PlistReporter.cpp | 36 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()
|
D | TransProtectedScope.cpp | 114 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()
|
D | Internals.h | 26 typedef std::list<StoredDiagnostic> ListTy; 30 void push_back(const StoredDiagnostic &diag) { List.push_back(diag); } in push_back() 45 ArrayRef<StoredDiagnostic> diags,
|
D | ARCMT.cpp | 137 CapturedDiags.push_back(StoredDiagnostic(level, Info)); in HandleDiagnostic() 297 SmallVector<StoredDiagnostic, 8> arcDiags; in checkForManualIssues()
|
/external/llvm-project/clang/lib/ARCMigrate/ |
D | PlistReporter.cpp | 35 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()
|
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()
|
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,
|
D | ARCMT.cpp | 138 CapturedDiags.push_back(StoredDiagnostic(level, Info)); in HandleDiagnostic() 296 SmallVector<StoredDiagnostic, 8> arcDiags; in checkForManualIssues()
|
/external/llvm-project/clang/tools/libclang/ |
D | CIndexDiagnostic.h | 24 class StoredDiagnostic; variable 112 const StoredDiagnostic &Diag; 115 CXStoredDiagnostic(const StoredDiagnostic &Diag, in CXStoredDiagnostic()
|
D | CIndexDiagnostic.cpp | 95 const StoredDiagnostic *SD = D.dyn_cast<const StoredDiagnostic*>(); in beginDiagnostic()
|
D | Indexing.cpp | 321 SmallVector<StoredDiagnostic, 4> Errors; 327 Errors.push_back(StoredDiagnostic(level, Info)); in HandleDiagnostic()
|
/external/clang/tools/libclang/ |
D | CIndexDiagnostic.h | 24 class StoredDiagnostic; variable 112 const StoredDiagnostic &Diag; 115 CXStoredDiagnostic(const StoredDiagnostic &Diag, in CXStoredDiagnostic()
|
D | CIndexDiagnostic.cpp | 100 const StoredDiagnostic *SD = D.dyn_cast<const StoredDiagnostic*>(); in beginDiagnostic()
|
D | Indexing.cpp | 337 SmallVector<StoredDiagnostic, 4> Errors; 343 Errors.push_back(StoredDiagnostic(level, Info)); in HandleDiagnostic()
|
/external/llvm-project/clang/include/clang/Frontend/ |
D | ASTUnit.h | 189 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,
|
D | DiagnosticRenderer.h | 33 llvm::PointerUnion<const Diagnostic *, const StoredDiagnostic *>; 137 void emitStoredDiagnostic(StoredDiagnostic &Diag);
|
/external/clang/include/clang/Frontend/ |
D | ASTUnit.h | 163 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,
|
D | DiagnosticRenderer.h | 32 const StoredDiagnostic *> DiagOrStoredDiag; 150 void emitStoredDiagnostic(StoredDiagnostic &Diag);
|
/external/clang/lib/Basic/ |
D | Diagnostic.cpp | 338 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/ |
D | Diagnostic.h | 38 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/ |
D | Diagnostic.cpp | 485 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/ |
D | Diagnostic.h | 53 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/ |
D | ASTUnit.cpp | 614 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/ |
D | ASTUnit.cpp | 563 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 …]
|
D | DiagnosticRenderer.cpp | 141 void DiagnosticRenderer::emitStoredDiagnostic(StoredDiagnostic &Diag) { in emitStoredDiagnostic()
|