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

1 2 3 4 5 6 7 8910

  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
AbstractComponentWriter.java 79 import javax.tools.Diagnostic;
80 import javax.tools.Diagnostic.Kind;
159 Diagnostic.Kind nullableValidationType,
    [all...]
  /external/clang/lib/Sema/
Sema.cpp 56 // a diagnostic is emitted, so recompute it.
757 // diagnostic client to deal with complaints in the module map at this
    [all...]
  /external/clang/include/clang/Basic/
IdentifierTable.h 629 friend class Diagnostic;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
IdentifierTable.h 640 friend class Diagnostic;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
IdentifierTable.h 640 friend class Diagnostic;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
IdentifierTable.h 640 friend class Diagnostic;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
IdentifierTable.h 640 friend class Diagnostic;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
IdentifierTable.h 640 friend class Diagnostic;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
IdentifierTable.h 640 friend class Diagnostic;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
IdentifierTable.h 640 friend class Diagnostic;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
IdentifierTable.h 640 friend class Diagnostic;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sti.h 386 STDMETHOD(Diagnostic)(THIS_ LPSTI_DIAG pBuffer) PURE;
411 #define IStiDevice_Diagnostic(p,a) (p)->lpVtbl->Diagnostic(p,a)
wia.h 448 virtual HRESULT WINAPI Diagnostic(ULONG ulSize,BYTE *pBuffer) = 0;
470 HRESULT (WINAPI *Diagnostic)(IWiaItem *This,ULONG ulSize,BYTE *pBuffer);
494 #define IWiaItem_Diagnostic(This,ulSize,pBuffer) (This)->lpVtbl->Diagnostic(This,ulSize,pBuffer)
    [all...]
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 47 // Clear the diagnostic and any notes following it.
66 if ((IDs.empty() || // empty means any diagnostic in the range.
121 // it has received the diagnostic list.
133 const Diagnostic &Info) override {
  /external/clang/unittests/Tooling/
ToolingTest.cpp 466 const Diagnostic &Info) override {
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 125 /* Diagnostic.t -> string */
126 CAMLprim value llvm_get_diagnostic_description(value Diagnostic) {
128 LLVMGetDiagInfoDescription((LLVMDiagnosticInfoRef)Diagnostic));
131 /* Diagnostic.t -> DiagnosticSeverity.t */
132 CAMLprim value llvm_get_diagnostic_severity(value Diagnostic) {
133 return Val_int(LLVMGetDiagInfoSeverity((LLVMDiagnosticInfoRef)Diagnostic));
145 /* llcontext -> (Diagnostic.t -> unit) option -> unit */
    [all...]
llvm.ml 317 module Diagnostic = struct
326 : llcontext -> (Diagnostic.t -> unit) option -> unit
    [all...]
llvm.mli 355 (** The kind of [Diagnostic], the result of [Diagnostic.severity d].
413 module Diagnostic : sig
423 (** [set_diagnostic_handler c h] set the diagnostic handler of [c] to [h].
425 val set_diagnostic_handler : llcontext -> (Diagnostic.t -> unit) option -> unit
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 986 void PrintDiagnostic(CXDiagnostic Diagnostic) {
    [all...]
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 1 //===---- VerifyDiagnosticConsumer.cpp - Verifying Diagnostic Client ------===//
10 // This is a concrete diagnostic client, which buffers the diagnostic messages.
111 DiagnosticsEngine::Level DiagLevel, const Diagnostic &Info) {
113 // If this diagnostic is for a different source manager, ignore it.
145 // Send the diagnostic to the buffer, we will check it once we reach the end
613 /// by an expected-* directive and produces a diagnostic to the user from this.
641 /// but were not and produces a diagnostic to the user from this.
685 /// CheckLists - Compare expected to seen diagnostic lists and return the
ASTUnit.cpp 20 #include "clang/Basic/Diagnostic.h"
561 /// \brief Diagnostic consumer that saves each diagnostic it is given.
578 const Diagnostic &Info) override;
582 /// there is no diagnostic client to capture them already.
610 const Diagnostic &Info) {
614 // Only record the diagnostic if it's part of the source manager we know
755 // Tell the diagnostic client that we have started a source file.
    [all...]
  /external/clang/tools/libclang/
Indexing.cpp 341 const Diagnostic &Info) override {
    [all...]
  /external/bison/
maint.mk 24 # Diagnostic for continued use of deprecated variable.
777 halt='found unmarked diagnostic(s)' \
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
dwarf.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
dwarf.go     [all...]

Completed in 947 milliseconds

1 2 3 4 5 6 7 8910