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

  /external/chromium_org/third_party/angle_dx11/src/compiler/preprocessor/
DiagnosticsBase.cpp 14 Diagnostics::~Diagnostics()
18 void Diagnostics::report(ID id,
26 Diagnostics::Severity Diagnostics::severity(ID id)
38 std::string Diagnostics::message(ID id)
DiagnosticsBase.h 19 class Diagnostics
73 virtual ~Diagnostics();
  /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 254 /// \brief Diagnostics produced while performing code completion.
255 SmallVector<StoredDiagnostic, 8> Diagnostics;
267 /// \brief File manager, used for diagnostics.
270 /// \brief Source manager, used for diagnostics.
726 *Results->FileMgr, Results->Diagnostics,
777 os << ", \"diags\": " << Results->Diagnostics.size();
864 return Results->Diagnostics.size();
872 if (!Results || Index >= Results->Diagnostics.size())
875 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);
109 DiagnosticsEngine Diagnostics;
  /external/clang/include/clang/ASTMatchers/Dynamic/
Diagnostics.h 1 //===--- Diagnostics.h - Helper class for error diagnostics -----*- C++ -*-===//
11 /// \brief Diagnostics class to manage error messages.
52 class Diagnostics {
106 Context(ConstructMatcherEnum, Diagnostics *Error, StringRef MatcherName,
110 Context(MatcherArgEnum, Diagnostics *Error, StringRef MatcherName,
115 Diagnostics *const Error;
124 OverloadContext(Diagnostics* Error);
131 Diagnostics *const Error;
135 /// \brief Add an error to the diagnostics
    [all...]
  /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;
102 /// \brief Whether to capture any diagnostics produced.
137 /// \brief The set of diagnostics produced when creating the preamble.
140 /// \brief The set of diagnostics produced when creating this
144 /// \brief The set of diagnostics produced when failing to parse, e.g. due
148 /// \brief The number of stored diagnostics that come from the driver
151 /// Diagnostics that come from the driver are retained from one parse to
445 const DiagnosticsEngine &getDiagnostics() const { return *Diagnostics; }
446 DiagnosticsEngine &getDiagnostics() { return *Diagnostics; }
582 // 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) {
438 Diagnostics.Report(clang::diag::err_unable_to_make_temp)
456 Diagnostics.Report(clang::diag::err_unable_to_rename_temp)
469 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 812 milliseconds