HomeSort by relevance Sort by last modified time
    Searched refs:StoredDiagnostic (Results 1 - 14 of 14) sorted by null

  /external/clang/lib/ARCMigrate/
PlistReporter.cpp 36 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;
TransProtectedScope.cpp 114 SmallVector<StoredDiagnostic, 16> StoredDiags;
116 SmallVectorImpl<StoredDiagnostic>::iterator
129 SmallVectorImpl<StoredDiagnostic>::iterator &DiagI,
130 SmallVectorImpl<StoredDiagnostic>::iterator DiagE){
146 bool handleProtectedNote(const StoredDiagnostic &Diag) {
Internals.h 26 typedef std::list<StoredDiagnostic> ListTy;
30 void push_back(const StoredDiagnostic &diag) { List.push_back(diag); }
45 ArrayRef<StoredDiagnostic> diags,
ARCMT.cpp 136 CapturedDiags.push_back(StoredDiagnostic(level, Info));
291 SmallVector<StoredDiagnostic, 8> arcDiags;
  /external/clang/tools/libclang/
CIndexDiagnostic.h 24 class StoredDiagnostic;
112 const StoredDiagnostic &Diag;
115 CXStoredDiagnostic(const StoredDiagnostic &Diag,
CIndexDiagnostic.cpp 100 const StoredDiagnostic *SD = D.dyn_cast<const StoredDiagnostic*>();
Indexing.cpp 387 SmallVector<StoredDiagnostic, 4> Errors;
393 Errors.push_back(StoredDiagnostic(level, Info));
    [all...]
CIndexCodeCompletion.cpp 256 SmallVector<StoredDiagnostic, 8> Diagnostics;
    [all...]
  /external/clang/lib/Basic/
Diagnostic.cpp 316 void DiagnosticsEngine::Report(const StoredDiagnostic &storedDiag) {
325 for (StoredDiagnostic::range_iterator
332 for (StoredDiagnostic::fixit_iterator
    [all...]
  /external/clang/include/clang/Frontend/
DiagnosticRenderer.h 32 const StoredDiagnostic *> DiagOrStoredDiag;
148 void emitStoredDiagnostic(StoredDiagnostic &Diag);
ASTUnit.h 161 SmallVector<StoredDiagnostic, 4> StoredDiagnostics;
165 SmallVector<StoredDiagnostic, 4> FailedParseDiagnostics;
314 SmallVectorImpl<StoredDiagnostic> &Out);
638 typedef StoredDiagnostic *stored_diag_iterator;
639 typedef const StoredDiagnostic *stored_diag_const_iterator;
    [all...]
  /external/clang/include/clang/Basic/
Diagnostic.h 37 class StoredDiagnostic;
674 void Report(const StoredDiagnostic &storedDiag);
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 561 SmallVectorImpl<StoredDiagnostic> &StoredDiags;
566 SmallVectorImpl<StoredDiagnostic> &StoredDiags)
589 SmallVectorImpl<StoredDiagnostic> &StoredDiags)
616 StoredDiags.push_back(StoredDiagnostic(Level, Info));
    [all...]
DiagnosticRenderer.cpp 185 void DiagnosticRenderer::emitStoredDiagnostic(StoredDiagnostic &Diag) {

Completed in 240 milliseconds