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

1 2 3 45 6 7 8 910

  /prebuilts/clang/host/linux-x86/clang-4053586/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...]
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
InjectFieldValidator.java 24 import javax.tools.Diagnostic.Kind;
SourceFileGenerationException.java 26 import static javax.tools.Diagnostic.Kind.ERROR;
ComponentProcessor.java 38 import javax.tools.Diagnostic;
40 import static javax.tools.Diagnostic.Kind.ERROR;
79 Diagnostic.Kind nullableDiagnosticType =
ComponentWriter.java 28 import javax.tools.Diagnostic.Kind;
FactoryGenerator.java 51 import javax.tools.Diagnostic;
75 private final Diagnostic.Kind nullableValidationType;
78 Diagnostic.Kind nullableValidationType) {
246 || nullableValidationType.equals(Diagnostic.Kind.WARNING)) {
InjectMethodValidator.java 25 import javax.tools.Diagnostic.Kind;
  /external/clang/include/clang/Sema/
DelayedDiagnostic.h 83 /// Sets a diagnostic to be performed. The diagnostic is given
90 assert(isQuiet() && "partial diagnostic already defined");
94 assert(isQuiet() && "partial diagnostic already defined");
95 assert(DiagID && "creating null diagnostic");
112 /// A diagnostic message which has been conditionally emitted pending
145 unsigned diagnostic,
152 DD.ForbiddenTypeData.Diagnostic = diagnostic;
159 assert(Kind == Access && "Not an access diagnostic.")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
DelayedDiagnostic.h 83 /// Sets a diagnostic to be performed. The diagnostic is given
90 assert(isQuiet() && "partial diagnostic already defined");
94 assert(isQuiet() && "partial diagnostic already defined");
95 assert(DiagID && "creating null diagnostic");
112 /// A diagnostic message which has been conditionally emitted pending
145 unsigned diagnostic,
152 DD.ForbiddenTypeData.Diagnostic = diagnostic;
159 assert(Kind == Access && "Not an access diagnostic.")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
DelayedDiagnostic.h 83 /// Sets a diagnostic to be performed. The diagnostic is given
90 assert(isQuiet() && "partial diagnostic already defined");
94 assert(isQuiet() && "partial diagnostic already defined");
95 assert(DiagID && "creating null diagnostic");
112 /// A diagnostic message which has been conditionally emitted pending
145 unsigned diagnostic,
152 DD.ForbiddenTypeData.Diagnostic = diagnostic;
159 assert(Kind == Access && "Not an access diagnostic.")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
DelayedDiagnostic.h 83 /// Sets a diagnostic to be performed. The diagnostic is given
90 assert(isQuiet() && "partial diagnostic already defined");
94 assert(isQuiet() && "partial diagnostic already defined");
95 assert(DiagID && "creating null diagnostic");
112 /// A diagnostic message which has been conditionally emitted pending
145 unsigned diagnostic,
152 DD.ForbiddenTypeData.Diagnostic = diagnostic;
159 assert(Kind == Access && "Not an access diagnostic.")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
DelayedDiagnostic.h 83 /// Sets a diagnostic to be performed. The diagnostic is given
90 assert(isQuiet() && "partial diagnostic already defined");
94 assert(isQuiet() && "partial diagnostic already defined");
95 assert(DiagID && "creating null diagnostic");
112 /// A diagnostic message which has been conditionally emitted pending
145 unsigned diagnostic,
152 DD.ForbiddenTypeData.Diagnostic = diagnostic;
159 assert(Kind == Access && "Not an access diagnostic.")
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
DelayedDiagnostic.h 83 /// Sets a diagnostic to be performed. The diagnostic is given
90 assert(isQuiet() && "partial diagnostic already defined");
94 assert(isQuiet() && "partial diagnostic already defined");
95 assert(DiagID && "creating null diagnostic");
112 /// A diagnostic message which has been conditionally emitted pending
145 unsigned diagnostic,
152 DD.ForbiddenTypeData.Diagnostic = diagnostic;
159 assert(Kind == Access && "Not an access diagnostic.")
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
DelayedDiagnostic.h 83 /// Sets a diagnostic to be performed. The diagnostic is given
90 assert(isQuiet() && "partial diagnostic already defined");
94 assert(isQuiet() && "partial diagnostic already defined");
95 assert(DiagID && "creating null diagnostic");
112 /// A diagnostic message which has been conditionally emitted pending
145 unsigned diagnostic,
152 DD.ForbiddenTypeData.Diagnostic = diagnostic;
159 assert(Kind == Access && "Not an access diagnostic.")
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
DelayedDiagnostic.h 83 /// Sets a diagnostic to be performed. The diagnostic is given
90 assert(isQuiet() && "partial diagnostic already defined");
94 assert(isQuiet() && "partial diagnostic already defined");
95 assert(DiagID && "creating null diagnostic");
112 /// A diagnostic message which has been conditionally emitted pending
145 unsigned diagnostic,
152 DD.ForbiddenTypeData.Diagnostic = diagnostic;
159 assert(Kind == Access && "Not an access diagnostic.")
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
DelayedDiagnostic.h 83 /// Sets a diagnostic to be performed. The diagnostic is given
90 assert(isQuiet() && "partial diagnostic already defined");
94 assert(isQuiet() && "partial diagnostic already defined");
95 assert(DiagID && "creating null diagnostic");
112 /// A diagnostic message which has been conditionally emitted pending
145 unsigned diagnostic,
152 DD.ForbiddenTypeData.Diagnostic = diagnostic;
159 assert(Kind == Access && "Not an access diagnostic.")
    [all...]
  /external/llvm/include/llvm/IR/
DiagnosticInfo.h 1 //===- llvm/IR/DiagnosticInfo.h - Diagnostic Declaration --------*- C++ -*-===//
36 /// \brief Defines the different supported severity of a diagnostic.
41 // A note attaches additional information to one of the previous diagnostic
46 /// \brief Defines the different supported kind of a diagnostic.
71 /// \brief Get the next available kind ID for a plugin diagnostic.
81 /// \brief This is the base abstract class for diagnostic reporting in
90 /// Severity gives the severity of the diagnostic.
113 /// Diagnostic information for inline asm reporting.
127 /// for the whole life time of the Diagnostic.
136 /// for the whole life time of the Diagnostic
    [all...]
  /external/llvm/lib/Support/
SourceMgr.cpp 198 void SourceMgr::PrintMessage(raw_ostream &OS, const SMDiagnostic &Diagnostic,
200 // Report the message with the diagnostic handler if present.
202 DiagHandler(Diagnostic, DiagContext);
206 if (Diagnostic.getLoc().isValid()) {
207 unsigned CurBuf = FindBufferContainingLoc(Diagnostic.getLoc());
212 Diagnostic.print(nullptr, OS, ShowColors);
  /external/clang/include/clang/Frontend/
VerifyDiagnosticConsumer.h 1 //===- VerifyDiagnosticConsumer.h - Verifying Diagnostic Client -*- C++ -*-===//
13 #include "clang/Basic/Diagnostic.h"
27 /// VerifyDiagnosticConsumer - Create a diagnostic client which will use
31 /// USING THE DIAGNOSTIC CHECKER:
34 /// comment on the line that has the diagnostic, use:
42 /// only enough to ensure that the correct diagnostic was emitted.
53 /// Alternatively, it is possible to specify the line on which the diagnostic
64 /// If the diagnostic is generated in a separate file, for example in a shared
66 /// the diagnostic will appear, rather than placing the expected-* directive in
83 /// the diagnostic to appear as many times as specified. Example
    [all...]
  /external/clang/lib/Basic/
Diagnostic.cpp 1 //===--- Diagnostic.cpp - C Language Family Diagnostic Handling -----------===//
10 // This file implements the Diagnostic-related interfaces.
15 #include "clang/Basic/Diagnostic.h"
88 // If we own the diagnostic client, destroy it first so that it can access the
130 // Clear state related to #pragma diagnostic.
135 // Create a DiagState and DiagStatePoint representing diagnostic changes
208 // Another common case; modifying diagnostic state in a source location
212 // A diagnostic pragma occurred, create a new DiagState initialized with
221 // We allow setting the diagnostic state in random source order fo
    [all...]
  /frameworks/compile/mclinker/lib/LD/
DiagnosticInfos.cpp 13 #include "mcld/LD/Diagnostic.h"
113 Diagnostic info(pEngine);
  /frameworks/support/lifecycle/compiler/src/main/kotlin/android/arch/lifecycle/
transformation.kt 30 import javax.tools.Diagnostic
69 processingEnv.messager.printMessage(Diagnostic.Kind.ERROR,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
VerifyDiagnosticConsumer.h 1 //===- VerifyDiagnosticConsumer.h - Verifying Diagnostic Client -*- C++ -*-===//
13 #include "clang/Basic/Diagnostic.h"
27 /// VerifyDiagnosticConsumer - Create a diagnostic client which will use
31 /// USING THE DIAGNOSTIC CHECKER:
34 /// comment on the line that has the diagnostic, use:
42 /// only enough to ensure that the correct diagnostic was emitted.
53 /// Alternatively, it is possible to specify the line on which the diagnostic
64 /// If the diagnostic is generated in a separate file, for example in a shared
66 /// the diagnostic will appear, rather than placing the expected-* directive in
83 /// the diagnostic to appear as many times as specified. Example
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
VerifyDiagnosticConsumer.h 1 //===- VerifyDiagnosticConsumer.h - Verifying Diagnostic Client -*- C++ -*-===//
13 #include "clang/Basic/Diagnostic.h"
27 /// VerifyDiagnosticConsumer - Create a diagnostic client which will use
31 /// USING THE DIAGNOSTIC CHECKER:
34 /// comment on the line that has the diagnostic, use:
42 /// only enough to ensure that the correct diagnostic was emitted.
53 /// Alternatively, it is possible to specify the line on which the diagnostic
64 /// If the diagnostic is generated in a separate file, for example in a shared
66 /// the diagnostic will appear, rather than placing the expected-* directive in
83 /// the diagnostic to appear as many times as specified. Example
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
VerifyDiagnosticConsumer.h 1 //===- VerifyDiagnosticConsumer.h - Verifying Diagnostic Client -*- C++ -*-===//
13 #include "clang/Basic/Diagnostic.h"
27 /// VerifyDiagnosticConsumer - Create a diagnostic client which will use
31 /// USING THE DIAGNOSTIC CHECKER:
34 /// comment on the line that has the diagnostic, use:
42 /// only enough to ensure that the correct diagnostic was emitted.
53 /// Alternatively, it is possible to specify the line on which the diagnostic
64 /// If the diagnostic is generated in a separate file, for example in a shared
66 /// the diagnostic will appear, rather than placing the expected-* directive in
83 /// the diagnostic to appear as many times as specified. Example
    [all...]

Completed in 1256 milliseconds

1 2 3 45 6 7 8 910