Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Tooling/Core/
H A DDiagnostic.h68 struct Diagnostic { struct
75 Diagnostic() = default; argument
85 std::string DiagnosticName; argument
88 DiagnosticMessage Message; argument
91 SmallVector<DiagnosticMessage, 1> Notes; argument
110 std::vector<Diagnostic> Diagnostics; argument
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DVerifier.h40 VerifierSupport *Diagnostic = nullptr; variable
76 : Diagnostic(Diagnostic) {} in Diagnostic() argument
H A DDiagnosticInfo.h937 const SMDiagnostic &Diagnostic; variable
941 const SMDiagnostic &Diagnostic) in DiagnosticInfoMIRParser()
1074 const SMDiagnostic &Diagnostic; variable
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/lldb/include/lldb/Expression/
H A DDiagnosticManager.h58 Diagnostic(llvm::StringRef message, DiagnosticSeverity severity, in Diagnostic() function
63 Diagnostic(const Diagnostic &rhs) in Diagnostic() function
/openbsd/gnu/llvm/llvm/utils/filecheck_lint/
H A Dfilecheck_lint.py102 class Diagnostic: class
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DDelayedDiagnostic.h248 unsigned Diagnostic; member
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DExprConcepts.h230 TypeRequirement(SubstitutionDiagnostic *Diagnostic) : in TypeRequirement()
/openbsd/gnu/llvm/llvm/lib/Support/
H A DSourceMgr.cpp335 void SourceMgr::PrintMessage(raw_ostream &OS, const SMDiagnostic &Diagnostic, in PrintMessage()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DIdentifierTable.h760 friend class Diagnostic; variable
H A DDiagnostic.h1571 explicit Diagnostic(const DiagnosticsEngine *DO) : DiagObj(DO) {} in Diagnostic() function
1572 Diagnostic(const DiagnosticsEngine *DO, StringRef storedDiagMessage) in Diagnostic() function
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParsePragma.cpp1543 auto Diagnostic = in diagnoseExpectedAttributeSubjectSubRule() local
1557 auto Diagnostic = in diagnoseUnknownAttributeSubjectSubRule() local
1707 auto Diagnostic = PRef.Diag(Loc, DiagID); in createExpectedAttributeSubjectRulesTokenDiagnostic() local
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaAttr.cpp1037 auto Diagnostic = in ActOnPragmaAttributeAttribute() local
H A DSemaExprCXX.cpp7748 auto Diagnostic = in BuildPseudoDestructorExpr() local
H A DSemaDeclCXX.cpp11049 Sema::SemaDiagnosticBuilder Diagnostic; member
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/clang/bindings/python/clang/
H A Dcindex.py367 class Diagnostic(object): class
/openbsd/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c1200 void PrintDiagnostic(CXDiagnostic Diagnostic) { in PrintDiagnostic()