Home
last modified time | relevance | path

Searched defs:Diagnostic (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Core/
H A DDiagnostic.h68 struct Diagnostic { struct
74 Diagnostic() = default; argument
84 std::string DiagnosticName; argument
87 DiagnosticMessage Message; argument
90 SmallVector<DiagnosticMessage, 1> Notes; argument
109 std::vector<Diagnostic> Diagnostics; argument
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DVerifier.h40 VerifierSupport *Diagnostic = nullptr; variable
76 : Diagnostic(Diagnostic) {} in Diagnostic() function
H A DDiagnosticInfo.h932 const SMDiagnostic &Diagnostic; variable
936 const SMDiagnostic &Diagnostic) in DiagnosticInfoMIRParser()
1050 const SMDiagnostic &Diagnostic; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Core/
H A DDiagnostic.cpp48 Diagnostic::Diagnostic(llvm::StringRef DiagnosticName, in Diagnostic() function in clang::tooling::Diagnostic
53 Diagnostic::Diagnostic(llvm::StringRef DiagnosticName, in Diagnostic() function in clang::tooling::Diagnostic
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp41 std::string Diagnostic = "out of range " + Description; in signed_width() local
61 std::string Diagnostic = "out of range " + Description; in unsigned_width() local
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexDiagnostic.cpp236 void clang_disposeDiagnostic(CXDiagnostic Diagnostic) { in clang_disposeDiagnostic()
241 CXString clang_formatDiagnostic(CXDiagnostic Diagnostic, unsigned Options) { in clang_formatDiagnostic()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DTemplateDeduction.h253 alignas(PartialDiagnosticAt) char Diagnostic[sizeof(PartialDiagnosticAt)]; member
H A DDelayedDiagnostic.h248 unsigned Diagnostic; member
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprConcepts.h225 TypeRequirement(SubstitutionDiagnostic *Diagnostic) : in TypeRequirement()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DSourceMgr.cpp324 void SourceMgr::PrintMessage(raw_ostream &OS, const SMDiagnostic &Diagnostic, in PrintMessage()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnostic.h1537 explicit Diagnostic(const DiagnosticsEngine *DO) : DiagObj(DO) {} in Diagnostic() function
1538 Diagnostic(const DiagnosticsEngine *DO, StringRef storedDiagMessage) in Diagnostic() function
H A DIdentifierTable.h686 friend class Diagnostic; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParsePragma.cpp1337 auto Diagnostic = in diagnoseExpectedAttributeSubjectSubRule() local
1351 auto Diagnostic = in diagnoseUnknownAttributeSubjectSubRule() local
1501 auto Diagnostic = PRef.Diag(Loc, DiagID); in createExpectedAttributeSubjectRulesTokenDiagnostic() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAttr.cpp911 auto Diagnostic = in ActOnPragmaAttributeAttribute() local
H A DSemaExprCXX.cpp7439 auto Diagnostic = in BuildPseudoDestructorExpr() local
H A DSemaDeclCXX.cpp10760 Sema::SemaDiagnosticBuilder Diagnostic; member
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.ml369 module Diagnostic = struct module
H A Dllvm_ocaml.c164 value llvm_get_diagnostic_description(value Diagnostic) { in llvm_get_diagnostic_description()
170 value llvm_get_diagnostic_severity(value Diagnostic) { in llvm_get_diagnostic_severity()
H A Dllvm.mli432 module Diagnostic : sig module
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dglobals.h22 typedef unsigned char Diagnostic; typedef
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dglobals.h24 typedef unsigned char Diagnostic; typedef
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py367 class Diagnostic(object): class
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c1189 void PrintDiagnostic(CXDiagnostic Diagnostic) { in PrintDiagnostic()