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

/freebsd-current/contrib/llvm-project/clang/lib/Tooling/Core/
H A DDiagnostic.cpp48 Diagnostic::Diagnostic(llvm::StringRef DiagnosticName, function in class:clang::tooling::Diagnostic
53 Diagnostic::Diagnostic(llvm::StringRef DiagnosticName, function in class:clang::tooling::Diagnostic
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DVerifier.h40 VerifierSupport *Diagnostic = nullptr; member in class:llvm::TBAAVerifier
H A DDiagnosticInfo.h937 const SMDiagnostic &Diagnostic; member in class:llvm::DiagnosticInfoMIRParser
940 DiagnosticInfoMIRParser(DiagnosticSeverity Severity, const SMDiagnostic &Diagnostic) argument
1074 const SMDiagnostic &Diagnostic; member in class:llvm::DiagnosticInfoSrcMgr
1082 DiagnosticInfoSrcMgr(const SMDiagnostic &Diagnostic, StringRef ModName, bool InlineAsmDiag = true, unsigned LocCookie = 0) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Tooling/Core/
H A DDiagnostic.h68 struct Diagnostic { struct in namespace:clang::tooling
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DDiagnosticInfo.cpp345 DP << Diagnostic; local
349 DP << Diagnostic; local
/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplateDeduction.h270 alignas(PartialDiagnosticAt) char Diagnostic[sizeof(PartialDiagnosticAt)]; member in struct:clang::DeductionFailureInfo
H A DDelayedDiagnostic.h248 unsigned Diagnostic; member in struct:clang::sema::DelayedDiagnostic::FTD
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp41 std::string Diagnostic = "out of range " + Description; local
61 std::string Diagnostic = "out of range " + Description; local
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDiagnosticManager.h39 class Diagnostic { class in namespace:lldb_private
58 Diagnostic(llvm::StringRef message, DiagnosticSeverity severity, function in class:lldb_private::Diagnostic
63 Diagnostic(const Diagnostic &rhs) function in class:lldb_private::Diagnostic
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp335 void SourceMgr::PrintMessage(raw_ostream &OS, const SMDiagnostic &Diagnostic, argument
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DExprConcepts.h247 TypeRequirement(SubstitutionDiagnostic *Diagnostic) : argument
/freebsd-current/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h489 SMDiagnostic Diagnostic; member in class:llvm::ErrorDiagnostic
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1571 class Diagnostic { class in namespace:clang
1576 explicit Diagnostic(const DiagnosticsEngine *DO) : DiagObj(DO) {} function in class:clang::Diagnostic
1577 Diagnostic(const DiagnosticsEngine *DO, StringRef storedDiagMessage) function in class:clang::Diagnostic
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp1034 auto Diagnostic = local
/freebsd-current/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp1642 auto Diagnostic = local
1656 auto Diagnostic = local
1806 auto Diagnostic = PRef.Diag(Loc, DiagID); local
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2304 auto Diagnostic = D->isBitField() ? diag::warn_padded_struct_bitfield local
2312 auto Diagnostic = D->isBitField() ? diag::warn_padded_struct_anon_bitfield local

Completed in 307 milliseconds