/openbsd/gnu/llvm/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
|
/openbsd/gnu/llvm/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
|
/openbsd/gnu/llvm/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
|
/openbsd/gnu/llvm/lldb/include/lldb/Expression/ |
H A D | DiagnosticManager.h | 58 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 D | filecheck_lint.py | 102 class Diagnostic: class
|
/openbsd/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/ |
H A D | AVRAsmBackend.cpp | 41 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 D | CIndexDiagnostic.cpp | 236 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 D | DelayedDiagnostic.h | 248 unsigned Diagnostic; member
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | ExprConcepts.h | 230 TypeRequirement(SubstitutionDiagnostic *Diagnostic) : in TypeRequirement()
|
/openbsd/gnu/llvm/llvm/lib/Support/ |
H A D | SourceMgr.cpp | 335 void SourceMgr::PrintMessage(raw_ostream &OS, const SMDiagnostic &Diagnostic, in PrintMessage()
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | IdentifierTable.h | 760 friend class Diagnostic; variable
|
H A D | Diagnostic.h | 1571 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 D | ParsePragma.cpp | 1543 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 D | SemaAttr.cpp | 1037 auto Diagnostic = in ActOnPragmaAttributeAttribute() local
|
H A D | SemaExprCXX.cpp | 7748 auto Diagnostic = in BuildPseudoDestructorExpr() local
|
H A D | SemaDeclCXX.cpp | 11049 Sema::SemaDiagnosticBuilder Diagnostic; member
|
/openbsd/gnu/llvm/llvm/bindings/ocaml/llvm/ |
H A D | llvm.ml | 369 module Diagnostic = struct module
|
H A D | llvm_ocaml.c | 164 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 D | llvm.mli | 432 module Diagnostic : sig module
|
/openbsd/gnu/llvm/clang/bindings/python/clang/ |
H A D | cindex.py | 367 class Diagnostic(object): class
|
/openbsd/gnu/llvm/clang/tools/c-index-test/ |
H A D | c-index-test.c | 1200 void PrintDiagnostic(CXDiagnostic Diagnostic) { in PrintDiagnostic()
|