/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Core/ |
H A D | Diagnostic.h | 68 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 D | Verifier.h | 40 VerifierSupport *Diagnostic = nullptr; variable 76 : Diagnostic(Diagnostic) {} in Diagnostic() argument
|
H A D | DiagnosticInfo.h | 937 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 D | Diagnostic.cpp | 48 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 D | DiagnosticManager.h | 52 Diagnostic(llvm::StringRef message, lldb::Severity severity, in Diagnostic() function 57 Diagnostic(const Diagnostic &rhs) in Diagnostic() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
H A D | AVRAsmBackend.cpp | 42 std::string Diagnostic = "out of range " + Description; in signed_width() local 62 std::string Diagnostic = "out of range " + Description; in unsigned_width() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | TemplateDeduction.h | 271 alignas(PartialDiagnosticAt) char Diagnostic[sizeof(PartialDiagnosticAt)]; member
|
H A D | DelayedDiagnostic.h | 250 unsigned Diagnostic; member
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | SourceMgr.cpp | 335 void SourceMgr::PrintMessage(raw_ostream &OS, const SMDiagnostic &Diagnostic, in PrintMessage()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParsePragma.cpp | 1652 auto Diagnostic = in diagnoseExpectedAttributeSubjectSubRule() local 1666 auto Diagnostic = in diagnoseUnknownAttributeSubjectSubRule() local 1816 auto Diagnostic = PRef.Diag(Loc, DiagID); in createExpectedAttributeSubjectRulesTokenDiagnostic() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | IdentifierTable.h | 967 friend class Diagnostic; variable
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaAttr.cpp | 1031 auto Diagnostic = in ActOnPragmaAttributeAttribute() local
|
H A D | SemaExprCXX.cpp | 8085 auto Diagnostic = in BuildPseudoDestructorExpr() local
|
H A D | SemaDeclCXX.cpp | 11370 Sema::SemaDiagnosticBuilder Diagnostic; member
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | RecordLayoutBuilder.cpp | 2311 auto Diagnostic = D->isBitField() ? diag::warn_padded_struct_bitfield in CheckFieldPadding() local 2319 auto Diagnostic = D->isBitField() ? diag::warn_padded_struct_anon_bitfield in CheckFieldPadding() local
|