Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DVerifier.h40 VerifierSupport *Diagnostic = nullptr; variable
76 : Diagnostic(Diagnostic) {} in Diagnostic() function
H A DDiagnosticInfo.h937 const SMDiagnostic &Diagnostic; variable
941 const SMDiagnostic &Diagnostic) in DiagnosticInfoMIRParser()
1074 const SMDiagnostic &Diagnostic; variable
/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDelayedDiagnostic.h248 unsigned Diagnostic; member
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp335 void SourceMgr::PrintMessage(raw_ostream &OS, const SMDiagnostic &Diagnostic, in PrintMessage()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h941 friend class Diagnostic; variable
H A DDiagnostic.h1576 explicit Diagnostic(const DiagnosticsEngine *DO) : DiagObj(DO) {} in Diagnostic() function
1577 Diagnostic(const DiagnosticsEngine *DO, StringRef storedDiagMessage) in Diagnostic() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprConcepts.h247 TypeRequirement(SubstitutionDiagnostic *Diagnostic) : in TypeRequirement()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp1642 auto Diagnostic = in diagnoseExpectedAttributeSubjectSubRule() local
1656 auto Diagnostic = in diagnoseUnknownAttributeSubjectSubRule() local
1806 auto Diagnostic = PRef.Diag(Loc, DiagID); in createExpectedAttributeSubjectRulesTokenDiagnostic() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp1034 auto Diagnostic = in ActOnPragmaAttributeAttribute() local
H A DSemaExprCXX.cpp7872 auto Diagnostic = in BuildPseudoDestructorExpr() local
H A DSemaDeclCXX.cpp11453 Sema::SemaDiagnosticBuilder Diagnostic; member
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2304 auto Diagnostic = D->isBitField() ? diag::warn_padded_struct_bitfield in CheckFieldPadding() local
2312 auto Diagnostic = D->isBitField() ? diag::warn_padded_struct_anon_bitfield in CheckFieldPadding() local