HomeSort by relevance Sort by last modified time
    Searched refs:Diagnostic (Results 76 - 100 of 240) sorted by null

1 2 34 5 6 7 8 910

  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Rewrite/Frontend/
FixItRewriter.h 1 //===--- FixItRewriter.h - Fix-It Rewriter Diagnostic Client ----*- C++ -*-===//
10 // This is a diagnostic client adaptor that performs rewrites as
12 // then forwards any diagnostics to the adapted diagnostic client.
18 #include "clang/Basic/Diagnostic.h"
54 /// \brief If true, only pass the diagnostic to the actual diagnostic consumer
55 /// if it is an error or a fixit was applied as part of the diagnostic.
70 /// \brief The diagnostic client that performs the actual formatting
82 /// \brief Whether the previous diagnostic was not passed to the consumer.
121 /// HandleDiagnostic - Handle this diagnostic, reporting it to the user o
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
ChainedDiagnosticConsumer.h 1 //===- ChainedDiagnosticConsumer.h - Chain Diagnostic Clients ---*- C++ -*-===//
13 #include "clang/Basic/Diagnostic.h"
19 /// ChainedDiagnosticConsumer - Chain two diagnostic clients so that diagnostics
20 /// go to the first client and then the second. The first diagnostic client
61 const Diagnostic &Info) override {
LogDiagnosticPrinter.h 1 //===--- LogDiagnosticPrinter.h - Log Diagnostic Client ---------*- C++ -*-===//
13 #include "clang/Basic/Diagnostic.h"
24 /// The primary message line of the diagnostic.
36 /// The ID of the diagnostic.
39 /// The Option Flag for the diagnostic
42 /// The level of the diagnostic.
80 const Diagnostic &Info) override;
DiagnosticRenderer.h 1 //===--- DiagnosticRenderer.h - Diagnostic Pretty-Printing ------*- C++ -*-===//
19 #include "clang/Basic/Diagnostic.h"
30 typedef llvm::PointerUnion<const Diagnostic *,
33 /// \brief Class to encapsulate the logic for formatting a diagnostic message.
38 /// diagnostic, including all of the macro backtraces, caret diagnostics, FixIt
50 /// \brief The location of the previous diagnostic if known.
53 /// diagnostic location, or that location itself is invalid or comes from
60 /// root locations rather than diagnostic locations.
63 /// \brief The level of the last diagnostic emitted.
65 /// The level of the last diagnostic emitted. Used to detect level change
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Rewrite/Frontend/
FixItRewriter.h 1 //===--- FixItRewriter.h - Fix-It Rewriter Diagnostic Client ----*- C++ -*-===//
10 // This is a diagnostic client adaptor that performs rewrites as
12 // then forwards any diagnostics to the adapted diagnostic client.
18 #include "clang/Basic/Diagnostic.h"
54 /// \brief If true, only pass the diagnostic to the actual diagnostic consumer
55 /// if it is an error or a fixit was applied as part of the diagnostic.
70 /// \brief The diagnostic client that performs the actual formatting
82 /// \brief Whether the previous diagnostic was not passed to the consumer.
121 /// HandleDiagnostic - Handle this diagnostic, reporting it to the user o
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
ChainedDiagnosticConsumer.h 1 //===- ChainedDiagnosticConsumer.h - Chain Diagnostic Clients ---*- C++ -*-===//
13 #include "clang/Basic/Diagnostic.h"
19 /// ChainedDiagnosticConsumer - Chain two diagnostic clients so that diagnostics
20 /// go to the first client and then the second. The first diagnostic client
61 const Diagnostic &Info) override {
LogDiagnosticPrinter.h 1 //===--- LogDiagnosticPrinter.h - Log Diagnostic Client ---------*- C++ -*-===//
13 #include "clang/Basic/Diagnostic.h"
24 /// The primary message line of the diagnostic.
36 /// The ID of the diagnostic.
39 /// The Option Flag for the diagnostic
42 /// The level of the diagnostic.
80 const Diagnostic &Info) override;
DiagnosticRenderer.h 1 //===--- DiagnosticRenderer.h - Diagnostic Pretty-Printing ------*- C++ -*-===//
19 #include "clang/Basic/Diagnostic.h"
30 typedef llvm::PointerUnion<const Diagnostic *,
33 /// \brief Class to encapsulate the logic for formatting a diagnostic message.
38 /// diagnostic, including all of the macro backtraces, caret diagnostics, FixIt
50 /// \brief The location of the previous diagnostic if known.
53 /// diagnostic location, or that location itself is invalid or comes from
60 /// root locations rather than diagnostic locations.
63 /// \brief The level of the last diagnostic emitted.
65 /// The level of the last diagnostic emitted. Used to detect level change
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Rewrite/Frontend/
FixItRewriter.h 1 //===--- FixItRewriter.h - Fix-It Rewriter Diagnostic Client ----*- C++ -*-===//
10 // This is a diagnostic client adaptor that performs rewrites as
12 // then forwards any diagnostics to the adapted diagnostic client.
18 #include "clang/Basic/Diagnostic.h"
54 /// \brief If true, only pass the diagnostic to the actual diagnostic consumer
55 /// if it is an error or a fixit was applied as part of the diagnostic.
70 /// \brief The diagnostic client that performs the actual formatting
82 /// \brief Whether the previous diagnostic was not passed to the consumer.
121 /// HandleDiagnostic - Handle this diagnostic, reporting it to the user o
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
ChainedDiagnosticConsumer.h 1 //===- ChainedDiagnosticConsumer.h - Chain Diagnostic Clients ---*- C++ -*-===//
13 #include "clang/Basic/Diagnostic.h"
19 /// ChainedDiagnosticConsumer - Chain two diagnostic clients so that diagnostics
20 /// go to the first client and then the second. The first diagnostic client
61 const Diagnostic &Info) override {
LogDiagnosticPrinter.h 1 //===--- LogDiagnosticPrinter.h - Log Diagnostic Client ---------*- C++ -*-===//
13 #include "clang/Basic/Diagnostic.h"
24 /// The primary message line of the diagnostic.
36 /// The ID of the diagnostic.
39 /// The Option Flag for the diagnostic
42 /// The level of the diagnostic.
80 const Diagnostic &Info) override;
DiagnosticRenderer.h 1 //===--- DiagnosticRenderer.h - Diagnostic Pretty-Printing ------*- C++ -*-===//
19 #include "clang/Basic/Diagnostic.h"
30 typedef llvm::PointerUnion<const Diagnostic *,
33 /// \brief Class to encapsulate the logic for formatting a diagnostic message.
38 /// diagnostic, including all of the macro backtraces, caret diagnostics, FixIt
50 /// \brief The location of the previous diagnostic if known.
53 /// diagnostic location, or that location itself is invalid or comes from
60 /// root locations rather than diagnostic locations.
63 /// \brief The level of the last diagnostic emitted.
65 /// The level of the last diagnostic emitted. Used to detect level change
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Rewrite/Frontend/
FixItRewriter.h 1 //===--- FixItRewriter.h - Fix-It Rewriter Diagnostic Client ----*- C++ -*-===//
10 // This is a diagnostic client adaptor that performs rewrites as
12 // then forwards any diagnostics to the adapted diagnostic client.
18 #include "clang/Basic/Diagnostic.h"
54 /// \brief If true, only pass the diagnostic to the actual diagnostic consumer
55 /// if it is an error or a fixit was applied as part of the diagnostic.
70 /// \brief The diagnostic client that performs the actual formatting
82 /// \brief Whether the previous diagnostic was not passed to the consumer.
121 /// HandleDiagnostic - Handle this diagnostic, reporting it to the user o
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
ChainedDiagnosticConsumer.h 1 //===- ChainedDiagnosticConsumer.h - Chain Diagnostic Clients ---*- C++ -*-===//
13 #include "clang/Basic/Diagnostic.h"
19 /// ChainedDiagnosticConsumer - Chain two diagnostic clients so that diagnostics
20 /// go to the first client and then the second. The first diagnostic client
61 const Diagnostic &Info) override {
LogDiagnosticPrinter.h 1 //===--- LogDiagnosticPrinter.h - Log Diagnostic Client ---------*- C++ -*-===//
13 #include "clang/Basic/Diagnostic.h"
24 /// The primary message line of the diagnostic.
36 /// The ID of the diagnostic.
39 /// The Option Flag for the diagnostic
42 /// The level of the diagnostic.
80 const Diagnostic &Info) override;
DiagnosticRenderer.h 1 //===--- DiagnosticRenderer.h - Diagnostic Pretty-Printing ------*- C++ -*-===//
19 #include "clang/Basic/Diagnostic.h"
30 typedef llvm::PointerUnion<const Diagnostic *,
33 /// \brief Class to encapsulate the logic for formatting a diagnostic message.
38 /// diagnostic, including all of the macro backtraces, caret diagnostics, FixIt
50 /// \brief The location of the previous diagnostic if known.
53 /// diagnostic location, or that location itself is invalid or comes from
60 /// root locations rather than diagnostic locations.
63 /// \brief The level of the last diagnostic emitted.
65 /// The level of the last diagnostic emitted. Used to detect level change
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Rewrite/Frontend/
FixItRewriter.h 1 //===--- FixItRewriter.h - Fix-It Rewriter Diagnostic Client ----*- C++ -*-===//
10 // This is a diagnostic client adaptor that performs rewrites as
12 // then forwards any diagnostics to the adapted diagnostic client.
18 #include "clang/Basic/Diagnostic.h"
54 /// \brief If true, only pass the diagnostic to the actual diagnostic consumer
55 /// if it is an error or a fixit was applied as part of the diagnostic.
70 /// \brief The diagnostic client that performs the actual formatting
82 /// \brief Whether the previous diagnostic was not passed to the consumer.
121 /// HandleDiagnostic - Handle this diagnostic, reporting it to the user o
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
ChainedDiagnosticConsumer.h 1 //===- ChainedDiagnosticConsumer.h - Chain Diagnostic Clients ---*- C++ -*-===//
13 #include "clang/Basic/Diagnostic.h"
19 /// ChainedDiagnosticConsumer - Chain two diagnostic clients so that diagnostics
20 /// go to the first client and then the second. The first diagnostic client
61 const Diagnostic &Info) override {
LogDiagnosticPrinter.h 1 //===--- LogDiagnosticPrinter.h - Log Diagnostic Client ---------*- C++ -*-===//
13 #include "clang/Basic/Diagnostic.h"
24 /// The primary message line of the diagnostic.
36 /// The ID of the diagnostic.
39 /// The Option Flag for the diagnostic
42 /// The level of the diagnostic.
80 const Diagnostic &Info) override;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Rewrite/Frontend/
FixItRewriter.h 1 //===--- FixItRewriter.h - Fix-It Rewriter Diagnostic Client ----*- C++ -*-===//
10 // This is a diagnostic client adaptor that performs rewrites as
12 // then forwards any diagnostics to the adapted diagnostic client.
18 #include "clang/Basic/Diagnostic.h"
54 /// \brief If true, only pass the diagnostic to the actual diagnostic consumer
55 /// if it is an error or a fixit was applied as part of the diagnostic.
70 /// \brief The diagnostic client that performs the actual formatting
82 /// \brief Whether the previous diagnostic was not passed to the consumer.
121 /// HandleDiagnostic - Handle this diagnostic, reporting it to the user o
    [all...]
  /cts/tools/dex-tools/test/dex/reader/util/
JavaSourceToDexUtil.java 25 import javax.tools.Diagnostic;
98 for (Diagnostic<? extends JavaFileObject> dia : diacol.getDiagnostics()) {
  /external/clang/include/clang/Frontend/
DiagnosticRenderer.h 1 //===--- DiagnosticRenderer.h - Diagnostic Pretty-Printing ------*- C++ -*-===//
19 #include "clang/Basic/Diagnostic.h"
31 typedef llvm::PointerUnion<const Diagnostic *,
34 /// \brief Class to encapsulate the logic for formatting a diagnostic message.
39 /// diagnostic, including all of the macro backtraces, caret diagnostics, FixIt
51 /// \brief The location of the previous diagnostic if known.
54 /// diagnostic location, or that location itself is invalid or comes from
61 /// root locations rather than diagnostic locations.
64 /// \brief The level of the last diagnostic emitted.
66 /// The level of the last diagnostic emitted. Used to detect level change
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
DiagnosticRenderer.h 1 //===--- DiagnosticRenderer.h - Diagnostic Pretty-Printing ------*- C++ -*-===//
19 #include "clang/Basic/Diagnostic.h"
30 typedef llvm::PointerUnion<const Diagnostic *,
33 /// \brief Class to encapsulate the logic for formatting a diagnostic message.
38 /// diagnostic, including all of the macro backtraces, caret diagnostics, FixIt
50 /// \brief The location of the previous diagnostic if known.
53 /// diagnostic location, or that location itself is invalid or comes from
60 /// root locations rather than diagnostic locations.
63 /// \brief The level of the last diagnostic emitted.
65 /// The level of the last diagnostic emitted. Used to detect level change
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
DiagnosticRenderer.h 1 //===--- DiagnosticRenderer.h - Diagnostic Pretty-Printing ------*- C++ -*-===//
19 #include "clang/Basic/Diagnostic.h"
30 typedef llvm::PointerUnion<const Diagnostic *,
33 /// \brief Class to encapsulate the logic for formatting a diagnostic message.
38 /// diagnostic, including all of the macro backtraces, caret diagnostics, FixIt
50 /// \brief The location of the previous diagnostic if known.
53 /// diagnostic location, or that location itself is invalid or comes from
60 /// root locations rather than diagnostic locations.
63 /// \brief The level of the last diagnostic emitted.
65 /// The level of the last diagnostic emitted. Used to detect level change
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
DiagnosticRenderer.h 1 //===--- DiagnosticRenderer.h - Diagnostic Pretty-Printing ------*- C++ -*-===//
19 #include "clang/Basic/Diagnostic.h"
30 typedef llvm::PointerUnion<const Diagnostic *,
33 /// \brief Class to encapsulate the logic for formatting a diagnostic message.
38 /// diagnostic, including all of the macro backtraces, caret diagnostics, FixIt
50 /// \brief The location of the previous diagnostic if known.
53 /// diagnostic location, or that location itself is invalid or comes from
60 /// root locations rather than diagnostic locations.
63 /// \brief The level of the last diagnostic emitted.
65 /// The level of the last diagnostic emitted. Used to detect level change
    [all...]

Completed in 4285 milliseconds

1 2 34 5 6 7 8 910