HomeSort by relevance Sort by last modified time
    Searched defs:Diagnostics (Results 1 - 12 of 12) sorted by null

  /external/clang/tools/libclang/
CIndexDiagnostic.h 1 /*===-- CIndexDiagnostic.h - Diagnostics C Interface ------------*- C++ -*-===*\
27 std::vector<CXDiagnosticImpl *> Diagnostics;
36 return Diagnostics.size();
41 return Diagnostics[i];
45 Diagnostics.push_back(D);
49 return Diagnostics.empty();
SimpleFormatContext.h 38 Diagnostics(new DiagnosticsEngine(new DiagnosticIDs,
41 Sources(*Diagnostics, Files),
43 Diagnostics->setClient(new IgnoringDiagConsumer, true);
67 IntrusiveRefCntPtr<DiagnosticsEngine> Diagnostics;
CXTranslationUnit.h 30 void *Diagnostics;
CIndexCodeCompletion.cpp 253 /// \brief Diagnostics produced while performing code completion.
254 SmallVector<StoredDiagnostic, 8> Diagnostics;
266 /// \brief File manager, used for diagnostics.
269 /// \brief Source manager, used for diagnostics.
727 *Results->FileMgr, Results->Diagnostics,
778 os << ", \"diags\": " << Results->Diagnostics.size();
865 return Results->Diagnostics.size();
873 if (!Results || Index >= Results->Diagnostics.size())
876 return new CXStoredDiagnostic(Results->Diagnostics[Index], Results->LangOpts);
    [all...]
  /external/clang/unittests/Tooling/
RewriterTestContext.h 39 Diagnostics(IntrusiveRefCntPtr<DiagnosticIDs>(new DiagnosticIDs),
43 Sources(Diagnostics, Files),
45 Diagnostics.setClient(&DiagnosticPrinter, false);
115 DiagnosticsEngine Diagnostics;
  /external/clang/include/clang/Frontend/
CompilerInstance.h 71 /// The diagnostics engine instance.
72 IntrusiveRefCntPtr<DiagnosticsEngine> Diagnostics;
159 /// - The diagnostics engine should have already been created by the client.
281 /// @name Diagnostics Engine
284 bool hasDiagnostics() const { return Diagnostics != 0; }
286 /// Get the current diagnostics engine.
288 assert(Diagnostics && "Compiler instance has no diagnostics!");
289 return *Diagnostics;
292 /// setDiagnostics - Replace the current diagnostics engine
    [all...]
ASTUnit.h 68 IntrusiveRefCntPtr<DiagnosticsEngine> Diagnostics;
101 /// \brief Whether to capture any diagnostics produced.
136 /// \brief The set of diagnostics produced when creating the preamble.
139 /// \brief The set of diagnostics produced when creating this
143 /// \brief The set of diagnostics produced when failing to parse, e.g. due
147 /// \brief The number of stored diagnostics that come from the driver
150 /// Diagnostics that come from the driver are retained from one parse to
444 const DiagnosticsEngine &getDiagnostics() const { return *Diagnostics; }
445 DiagnosticsEngine &getDiagnostics() { return *Diagnostics; }
580 // Retrieve the diagnostics associated with this AS
    [all...]
  /external/clang/include/clang/Sema/
DelayedDiagnostic.h 1 //===--- DelayedDiagnostic.h - Delayed declarator diagnostics ---*- C++ -*-===//
11 // record diagnostics that are being conditionally produced during
12 // declarator parsing. Certain kinds of diagnostics --- notably
227 /// DelayedDiagnosticPool - A collection of diagnostics which were
231 SmallVector<DelayedDiagnostic, 4> Diagnostics;
239 i = Diagnostics.begin(), e = Diagnostics.end(); i != e; ++i)
245 /// Does this pool, or any of its ancestors, contain any diagnostics?
247 return (Diagnostics.empty() && (Parent == NULL || Parent->empty()));
252 Diagnostics.push_back(diag)
    [all...]
  /external/clang/lib/Rewrite/Core/
Rewriter.cpp 430 AtomicallyMovedFile(DiagnosticsEngine &Diagnostics, StringRef Filename,
432 : Diagnostics(Diagnostics), Filename(Filename), AllWritten(AllWritten) {
439 Diagnostics.Report(clang::diag::err_unable_to_make_temp)
457 Diagnostics.Report(clang::diag::err_unable_to_rename_temp)
470 DiagnosticsEngine &Diagnostics;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 1182 milliseconds