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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DPlistReporter.cpp36 ArrayRef<StoredDiagnostic> diags,
46 for (ArrayRef<StoredDiagnostic>::iterator
48 const StoredDiagnostic &D = *I;
52 for (StoredDiagnostic::range_iterator
82 for (ArrayRef<StoredDiagnostic>::iterator
85 const StoredDiagnostic &D = *DI;
H A DTransProtectedScope.cpp114 SmallVector<StoredDiagnostic, 16> StoredDiags;
116 SmallVectorImpl<StoredDiagnostic>::iterator
129 SmallVectorImpl<StoredDiagnostic>::iterator &DiagI,
130 SmallVectorImpl<StoredDiagnostic>::iterator DiagE){
146 bool handleProtectedNote(const StoredDiagnostic &Diag) {
H A DInternals.h26 typedef std::list<StoredDiagnostic> ListTy;
30 void push_back(const StoredDiagnostic &diag) { List.push_back(diag); }
45 ArrayRef<StoredDiagnostic> diags,
H A DARCMT.cpp136 CapturedDiags.push_back(StoredDiagnostic(level, Info));
296 SmallVector<StoredDiagnostic, 8> arcDiags;
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DDiagnosticRenderer.h32 const StoredDiagnostic *> DiagOrStoredDiag;
150 void emitStoredDiagnostic(StoredDiagnostic &Diag);
H A 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,
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Basic/
H A DDiagnostic.cpp337 void DiagnosticsEngine::Report(const StoredDiagnostic &storedDiag) {
948 StoredDiagnostic::StoredDiagnostic(DiagnosticsEngine::Level Level, unsigned ID, function in class:StoredDiagnostic
952 StoredDiagnostic::StoredDiagnostic(DiagnosticsEngine::Level Level, function in class:StoredDiagnostic
967 StoredDiagnostic::StoredDiagnostic(DiagnosticsEngine::Level Level, unsigned ID, function in class:StoredDiagnostic
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnostic.h38 class StoredDiagnostic;
675 void Report(const StoredDiagnostic &storedDiag);
1257 class StoredDiagnostic {
1266 StoredDiagnostic() = default;
1267 StoredDiagnostic(DiagnosticsEngine::Level Level, const Diagnostic &Info);
1268 StoredDiagnostic(DiagnosticsEngine::Level Level, unsigned ID,
1270 StoredDiagnostic(DiagnosticsEngine::Level Level, unsigned ID,
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DASTUnit.cpp563 SmallVectorImpl<StoredDiagnostic> &StoredDiags;
568 SmallVectorImpl<StoredDiagnostic> &StoredDiags)
591 SmallVectorImpl<StoredDiagnostic> &StoredDiags)
1000 static bool isNonDriverDiag(const StoredDiagnostic &StoredDiag) {
1005 checkAndRemoveNonDriverDiags(SmallVectorImpl<StoredDiagnostic> &StoredDiags) {
1013 static void checkAndSanitizeDiags(SmallVectorImpl<StoredDiagnostic> &
1021 for (StoredDiagnostic &SD : StoredDiagnostics) {
1299 const StoredDiagnostic &InDiag) {
1943 SmallVector<StoredDiagnostic, 4> StoredDiagnostics;
2315 FileManager &FileMgr, SmallVectorImpl<StoredDiagnostic>
[all...]
H A DDiagnosticRenderer.cpp183 void DiagnosticRenderer::emitStoredDiagnostic(StoredDiagnostic &Diag) {

Completed in 215 milliseconds