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

  /external/clang/tools/libclang/
CIndexDiagnostic.h 23 class StoredDiagnostic;
113 const StoredDiagnostic &Diag;
116 CXStoredDiagnostic(const StoredDiagnostic &Diag,
CIndexDiagnostic.cpp 99 const StoredDiagnostic *SD = D.dyn_cast<const StoredDiagnostic*>();
Indexing.cpp 393 SmallVector<StoredDiagnostic, 4> Errors;
399 Errors.push_back(StoredDiagnostic(level, Info));
    [all...]
CIndexCodeCompletion.cpp 254 SmallVector<StoredDiagnostic, 8> Diagnostics;
    [all...]
  /external/clang/lib/ARCMigrate/
Internals.h 26 typedef std::list<StoredDiagnostic> ListTy;
30 void push_back(const StoredDiagnostic &diag) { List.push_back(diag); }
45 ArrayRef<StoredDiagnostic> diags,
PlistReporter.cpp 95 ArrayRef<StoredDiagnostic> diags,
105 for (ArrayRef<StoredDiagnostic>::iterator
107 const StoredDiagnostic &D = *I;
111 for (StoredDiagnostic::range_iterator
148 for (ArrayRef<StoredDiagnostic>::iterator
151 const StoredDiagnostic &D = *DI;
177 StoredDiagnostic::range_iterator RI = D.range_begin(), RE = D.range_end();
TransProtectedScope.cpp 140 bool handleProtectedNote(const StoredDiagnostic &Diag) {
ARCMT.cpp 136 CapturedDiags.push_back(StoredDiagnostic(level, Info));
297 SmallVector<StoredDiagnostic, 8> arcDiags;
  /external/clang/include/clang/Frontend/
ASTUnit.h 137 SmallVector<StoredDiagnostic, 4> PreambleDiagnostics;
141 SmallVector<StoredDiagnostic, 4> StoredDiagnostics;
145 SmallVector<StoredDiagnostic, 4> FailedParseDiagnostics;
272 const SmallVectorImpl<StoredDiagnostic> &Diags,
273 SmallVectorImpl<StoredDiagnostic> &Out);
581 typedef StoredDiagnostic *stored_diag_iterator;
582 typedef const StoredDiagnostic *stored_diag_const_iterator;
    [all...]
DiagnosticRenderer.h 32 const StoredDiagnostic *> DiagOrStoredDiag;
149 void emitStoredDiagnostic(StoredDiagnostic &Diag);
  /external/clang/lib/Basic/
Diagnostic.cpp 354 void DiagnosticsEngine::Report(const StoredDiagnostic &storedDiag) {
365 for (StoredDiagnostic::range_iterator
373 for (StoredDiagnostic::fixit_iterator
    [all...]
  /external/clang/include/clang/Basic/
Diagnostic.h 38 class StoredDiagnostic;
650 void Report(const StoredDiagnostic &storedDiag);
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 585 SmallVectorImpl<StoredDiagnostic> &StoredDiags;
589 SmallVectorImpl<StoredDiagnostic> &StoredDiags)
614 SmallVectorImpl<StoredDiagnostic> &StoredDiags)
638 StoredDiags.push_back(StoredDiagnostic(Level, Info));
    [all...]
DiagnosticRenderer.cpp 185 void DiagnosticRenderer::emitStoredDiagnostic(StoredDiagnostic &Diag) {

Completed in 523 milliseconds