Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCIndexDiagnostic.h19 class StoredDiagnostic; variable
23 const StoredDiagnostic &Diag;
26 CXStoredDiagnostic(const StoredDiagnostic &Diag, in CXStoredDiagnostic()
DCIndexCodeCompletion.cpp208 llvm::SmallVector<StoredDiagnostic, 8> Diagnostics;
/external/clang/lib/ARCMigrate/
DPlistReporter.cpp97 llvm::ArrayRef<StoredDiagnostic> diags, in writeARCDiagsToPlist()
107 for (llvm::ArrayRef<StoredDiagnostic>::iterator in writeARCDiagsToPlist()
109 const StoredDiagnostic &D = *I; in writeARCDiagsToPlist()
113 for (StoredDiagnostic::range_iterator in writeARCDiagsToPlist()
150 for (llvm::ArrayRef<StoredDiagnostic>::iterator in writeARCDiagsToPlist()
153 const StoredDiagnostic &D = *DI; in writeARCDiagsToPlist()
179 StoredDiagnostic::range_iterator RI = D.range_begin(), RE = D.range_end(); in writeARCDiagsToPlist()
DInternals.h23 typedef std::list<StoredDiagnostic> ListTy;
27 void push_back(const StoredDiagnostic &diag) { List.push_back(diag); } in push_back()
42 llvm::ArrayRef<StoredDiagnostic> diags,
DARCMT.cpp105 CapturedDiags.push_back(StoredDiagnostic(level, Info)); in HandleDiagnostic()
265 llvm::SmallVector<StoredDiagnostic, 8> arcDiags; in checkForManualIssues()
/external/clang/lib/Basic/
DDiagnostic.cpp218 void Diagnostic::Report(const StoredDiagnostic &storedDiag) { in Report()
229 for (StoredDiagnostic::range_iterator in Report()
237 for (StoredDiagnostic::fixit_iterator in Report()
702 StoredDiagnostic::StoredDiagnostic() { } in StoredDiagnostic() function in StoredDiagnostic
704 StoredDiagnostic::StoredDiagnostic(Diagnostic::Level Level, unsigned ID, in StoredDiagnostic() function in StoredDiagnostic
708 StoredDiagnostic::StoredDiagnostic(Diagnostic::Level Level, in StoredDiagnostic() function in StoredDiagnostic
729 StoredDiagnostic::StoredDiagnostic(Diagnostic::Level Level, unsigned ID, in StoredDiagnostic() function in StoredDiagnostic
739 StoredDiagnostic::~StoredDiagnostic() { } in ~StoredDiagnostic()
/external/clang/include/clang/Frontend/
DASTUnit.h148 llvm::SmallVector<StoredDiagnostic, 4> PreambleDiagnostics;
152 llvm::SmallVector<StoredDiagnostic, 4> StoredDiagnostics;
258 const llvm::SmallVectorImpl<StoredDiagnostic> &Diags,
259 llvm::SmallVectorImpl<StoredDiagnostic> &Out);
507 typedef const StoredDiagnostic *stored_diag_iterator;
516 llvm::SmallVector<StoredDiagnostic, 4> &getStoredDiagnostics() { in getStoredDiagnostics()
679 llvm::SmallVectorImpl<StoredDiagnostic> &StoredDiagnostics,
/external/clang/include/clang/Basic/
DDiagnostic.h36 class StoredDiagnostic; variable
510 void Report(const StoredDiagnostic &storedDiag);
975 class StoredDiagnostic {
984 StoredDiagnostic();
985 StoredDiagnostic(Diagnostic::Level Level, const DiagnosticInfo &Info);
986 StoredDiagnostic(Diagnostic::Level Level, unsigned ID,
988 StoredDiagnostic(Diagnostic::Level Level, unsigned ID,
992 ~StoredDiagnostic();
/external/clang/lib/Frontend/
DASTUnit.cpp424 llvm::SmallVectorImpl<StoredDiagnostic> &StoredDiags;
428 llvm::SmallVectorImpl<StoredDiagnostic> &StoredDiags) in StoredDiagnosticClient()
444 llvm::SmallVectorImpl<StoredDiagnostic> &StoredDiags) in CaptureDroppedDiagnostics()
468 StoredDiags.push_back(StoredDiagnostic(Level, Info)); in HandleDiagnostic()
1787 llvm::SmallVector<StoredDiagnostic, 4> StoredDiagnostics; in LoadFromCommandLine()
2163 llvm::SmallVectorImpl<StoredDiagnostic> &StoredDiagnostics, in CodeComplete()
2358 const llvm::SmallVectorImpl<StoredDiagnostic> &Diags, in TranslateStoredDiagnostics()
2359 llvm::SmallVectorImpl<StoredDiagnostic> &Out) { in TranslateStoredDiagnostics()
2366 llvm::SmallVector<StoredDiagnostic, 4> Result; in TranslateStoredDiagnostics()
2374 const StoredDiagnostic &SD = Diags[I]; in TranslateStoredDiagnostics()
[all …]