/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Core/ |
H A D | Diagnostic.h | 68 struct Diagnostic { struct 74 Diagnostic() = default; argument 84 std::string DiagnosticName; argument 87 DiagnosticMessage Message; argument 90 SmallVector<DiagnosticMessage, 1> Notes; argument 109 std::vector<Diagnostic> Diagnostics; argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | Verifier.h | 40 VerifierSupport *Diagnostic = nullptr; variable 76 : Diagnostic(Diagnostic) {} in Diagnostic() function
|
H A D | DiagnosticInfo.h | 932 const SMDiagnostic &Diagnostic; variable 936 const SMDiagnostic &Diagnostic) in DiagnosticInfoMIRParser() 1050 const SMDiagnostic &Diagnostic; variable
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | TemplateDeduction.h | 253 alignas(PartialDiagnosticAt) char Diagnostic[sizeof(PartialDiagnosticAt)]; member
|
H A D | DelayedDiagnostic.h | 248 unsigned Diagnostic; member
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | ExprConcepts.h | 225 TypeRequirement(SubstitutionDiagnostic *Diagnostic) : in TypeRequirement()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | SourceMgr.cpp | 324 void SourceMgr::PrintMessage(raw_ostream &OS, const SMDiagnostic &Diagnostic, in PrintMessage()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | Diagnostic.h | 1537 explicit Diagnostic(const DiagnosticsEngine *DO) : DiagObj(DO) {} in Diagnostic() function 1538 Diagnostic(const DiagnosticsEngine *DO, StringRef storedDiagMessage) in Diagnostic() function
|
H A D | IdentifierTable.h | 686 friend class Diagnostic; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParsePragma.cpp | 1337 auto Diagnostic = in diagnoseExpectedAttributeSubjectSubRule() local 1351 auto Diagnostic = in diagnoseUnknownAttributeSubjectSubRule() local 1501 auto Diagnostic = PRef.Diag(Loc, DiagID); in createExpectedAttributeSubjectRulesTokenDiagnostic() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaAttr.cpp | 911 auto Diagnostic = in ActOnPragmaAttributeAttribute() local
|
H A D | SemaExprCXX.cpp | 7439 auto Diagnostic = in BuildPseudoDestructorExpr() local
|
H A D | SemaDeclCXX.cpp | 10760 Sema::SemaDiagnosticBuilder Diagnostic; member
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | globals.h | 22 typedef unsigned char Diagnostic; typedef
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | globals.h | 24 typedef unsigned char Diagnostic; typedef
|
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/ |
H A D | cindex.py | 367 class Diagnostic(object): class
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/ |
H A D | c-index-test.c | 1189 void PrintDiagnostic(CXDiagnostic Diagnostic) { in PrintDiagnostic()
|