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

  /external/chromium_org/third_party/angle/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();
CXTranslationUnit.h 33 void *Diagnostics;
CIndexCodeCompletion.cpp 255 /// \brief Diagnostics produced while performing code completion.
256 SmallVector<StoredDiagnostic, 8> Diagnostics;
258 /// \brief Allocated API-exposed wrappters for Diagnostics.
269 /// \brief File manager, used for diagnostics.
272 /// \brief Source manager, used for diagnostics.
723 *Results->FileMgr, Results->Diagnostics,
726 Results->DiagnosticsWrappers.resize(Results->Diagnostics.size());
776 os << ", \"diags\": " << Results->Diagnostics.size();
866 return Results->Diagnostics.size();
874 if (!Results || Index >= Results->Diagnostics.size()
    [all...]
  /external/clang/lib/Index/
SimpleFormatContext.h 39 Diagnostics(new DiagnosticsEngine(new DiagnosticIDs,
42 Sources(*Diagnostics, Files),
44 Diagnostics->setClient(new IgnoringDiagConsumer, true);
67 IntrusiveRefCntPtr<DiagnosticsEngine> Diagnostics;
  /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/unittests/Sema/
ExternalSemaSourceTest.cpp 42 // \brief Counts the number of err_using_directive_member_suggest diagnostics
43 // correcting from one namespace to another while still passing all diagnostics
154 DiagnosticsEngine &Diagnostics = CI.getDiagnostics();
155 DiagnosticConsumer *Client = Diagnostics.getClient();
156 if (Diagnostics.ownsClient())
157 OwnedClient.reset(Diagnostics.takeClient());
160 Diagnostics.setClient(Client, false);
  /external/chromium_org/content/browser/indexed_db/
indexed_db_transaction.h 81 struct Diagnostics {
88 const Diagnostics& diagnostics() const { return diagnostics_; } function in class:content::IndexedDBTransaction
171 Diagnostics 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.
51 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 72 /// The diagnostics engine instance.
73 IntrusiveRefCntPtr<DiagnosticsEngine> Diagnostics;
174 /// - The diagnostics engine should have already been created by the client.
296 /// @name Diagnostics Engine
299 bool hasDiagnostics() const { return Diagnostics != nullptr; }
301 /// Get the current diagnostics engine.
303 assert(Diagnostics && "Compiler instance has no diagnostics!");
304 return *Diagnostics;
307 /// setDiagnostics - Replace the current diagnostics engine
    [all...]
ASTUnit.h 87 IntrusiveRefCntPtr<DiagnosticsEngine> Diagnostics;
121 /// \brief Whether to capture any diagnostics produced.
156 /// \brief The set of diagnostics produced when creating the preamble.
159 /// \brief The set of diagnostics produced when creating this
163 /// \brief The set of diagnostics produced when failing to parse, e.g. due
167 /// \brief The number of stored diagnostics that come from the driver
170 /// Diagnostics that come from the driver are retained from one parse to
484 const DiagnosticsEngine &getDiagnostics() const { return *Diagnostics; }
485 DiagnosticsEngine &getDiagnostics() { return *Diagnostics; }
626 // Retrieve the diagnostics associated with this AS
    [all...]
  /external/clang/include/clang/Sema/
DelayedDiagnostic.h 1 //===--- DelayedDiagnostic.h - Delayed declarator diagnostics ---*- C++ -*-===//
14 /// DelayedDiangostic is used to record diagnostics that are being
16 /// diagnostics -- notably deprecation and access control -- are suppressed
238 /// \brief A collection of diagnostics which were delayed.
241 SmallVector<DelayedDiagnostic, 4> Diagnostics;
249 i = Diagnostics.begin(), e = Diagnostics.end(); i != e; ++i)
255 /// Does this pool, or any of its ancestors, contain any diagnostics?
257 return (Diagnostics.empty() && (!Parent || Parent->empty()));
262 Diagnostics.push_back(diag)
    [all...]
  /external/clang/lib/Rewrite/Core/
Rewriter.cpp 437 AtomicallyMovedFile(DiagnosticsEngine &Diagnostics, StringRef Filename,
439 : Diagnostics(Diagnostics), Filename(Filename), AllWritten(AllWritten) {
445 Diagnostics.Report(clang::diag::err_unable_to_make_temp)
463 Diagnostics.Report(clang::diag::err_unable_to_rename_temp)
475 DiagnosticsEngine &Diagnostics;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ws2atm.h 291 UCHAR Diagnostics[4];
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
atm.h 311 /* ATM_CAUSE_IE.Diagnostics constants */
327 UCHAR Diagnostics[4];
  /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/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 1111 milliseconds