Home
last modified time | relevance | path

Searched refs:DiagnosticSeverity (Results 1 – 25 of 27) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DinferFromGenericFunctionReturnTypes3.js57 export namespace DiagnosticSeverity {
64 export type DiagnosticSeverity = 1 | 2 | 3 | 4;
67 severity?: DiagnosticSeverity;
77 severity: DiagnosticSeverity.Error,
237 export var DiagnosticSeverity; variable
238 (function (DiagnosticSeverity) { argument
239 DiagnosticSeverity.Error = 1;
240 DiagnosticSeverity.Warning = 2;
241 DiagnosticSeverity.Information = 3;
242 DiagnosticSeverity.Hint = 4;
[all …]
DinferFromGenericFunctionReturnTypes3.types154 export namespace DiagnosticSeverity {
155 >DiagnosticSeverity : typeof DiagnosticSeverity
174 export type DiagnosticSeverity = 1 | 2 | 3 | 4;
175 >DiagnosticSeverity : 1 | 2 | 3 | 4
178 severity?: DiagnosticSeverity;
179 >severity : DiagnosticSeverity | undefined
199 >values.map((value) => { return { severity: DiagnosticSeverity.Error, message: 'message' } })…
203 >(value) => { return { severity: DiagnosticSeverity.Error, message: 'message' } } : (value: a…
207 >{ severity: DiagnosticSeverity.Error, message: 'message' } : { severity: 1; message: string; }
209 severity: DiagnosticSeverity.Error,
[all …]
DinferFromGenericFunctionReturnTypes3.symbols136 export namespace DiagnosticSeverity {
137 >DiagnosticSeverity : Symbol(DiagnosticSeverity, Decl(inferFromGenericFunctionReturnTypes3.ts, 51, …
152 export type DiagnosticSeverity = 1 | 2 | 3 | 4;
153 >DiagnosticSeverity : Symbol(DiagnosticSeverity, Decl(inferFromGenericFunctionReturnTypes3.ts, 51, …
158 severity?: DiagnosticSeverity;
160 >DiagnosticSeverity : Symbol(DiagnosticSeverity, Decl(inferFromGenericFunctionReturnTypes3.ts, 51, …
186 severity: DiagnosticSeverity.Error,
188 >DiagnosticSeverity.Error : Symbol(DiagnosticSeverity.Error, Decl(inferFromGenericFunctionReturnTyp…
189 >DiagnosticSeverity : Symbol(DiagnosticSeverity, Decl(inferFromGenericFunctionReturnTypes3.ts, 51, …
190 >Error : Symbol(DiagnosticSeverity.Error, Decl(inferFromGenericFunctionReturnTypes3.ts, 56, 13))
DinferFromGenericFunctionReturnTypes3.errors.txt67 export namespace DiagnosticSeverity {
74 export type DiagnosticSeverity = 1 | 2 | 3 | 4;
77 severity?: DiagnosticSeverity;
87 severity: DiagnosticSeverity.Error,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDiagnosticInfo.h42 enum DiagnosticSeverity : char { enum
103 const DiagnosticSeverity Severity;
107 DiagnosticInfo(/* DiagnosticKind */ int Kind, DiagnosticSeverity Severity) in DiagnosticInfo()
113 DiagnosticSeverity getSeverity() const { return Severity; } in getSeverity()
142 DiagnosticSeverity Severity = DS_Error)
150 DiagnosticSeverity Severity = DS_Error)
160 DiagnosticSeverity Severity = DS_Error);
195 DiagnosticSeverity Severity = DS_Warning,
218 DiagnosticSeverity Severity = DS_Warning,
244 DiagnosticSeverity Severity = DS_Warning)
[all …]
DLLVMContext.h27 enum DiagnosticSeverity : char;
241 static const char *getDiagnosticMessagePrefix(DiagnosticSeverity Severity);
/third_party/typescript/tests/cases/compiler/
DinferFromGenericFunctionReturnTypes3.ts60 export namespace DiagnosticSeverity { namespace
67 export type DiagnosticSeverity = 1 | 2 | 3 | 4; alias
70 severity?: DiagnosticSeverity;
80 severity: DiagnosticSeverity.Error,
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Denums.go202 func (e DiagnosticSeverity) Format(f fmt.State, c rune) {
206 func ParseDiagnosticSeverity(s string) DiagnosticSeverity {
207 return DiagnosticSeverity(parseEnum(s, namesDiagnosticSeverity[:]))
Dtsprotocol.go2951 Severity DiagnosticSeverity `json:"severity,omitempty"`
3990 type DiagnosticSeverity float64 type
4194 SeverityError DiagnosticSeverity = 1
4199 SeverityWarning DiagnosticSeverity = 2
4204 SeverityInformation DiagnosticSeverity = 3
4209 SeverityHint DiagnosticSeverity = 4
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
Denums.go202 func (e DiagnosticSeverity) Format(f fmt.State, c rune) {
206 func ParseDiagnosticSeverity(s string) DiagnosticSeverity {
207 return DiagnosticSeverity(parseEnum(s, namesDiagnosticSeverity[:]))
Dtsprotocol.go2951 Severity DiagnosticSeverity `json:"severity,omitempty"`
3990 type DiagnosticSeverity float64 type
4194 SeverityError DiagnosticSeverity = 1
4199 SeverityWarning DiagnosticSeverity = 2
4204 SeverityInformation DiagnosticSeverity = 3
4209 SeverityHint DiagnosticSeverity = 4
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
Denums.go202 func (e DiagnosticSeverity) Format(f fmt.State, c rune) {
206 func ParseDiagnosticSeverity(s string) DiagnosticSeverity {
207 return DiagnosticSeverity(parseEnum(s, namesDiagnosticSeverity[:]))
Dtsprotocol.go2951 Severity DiagnosticSeverity `json:"severity,omitempty"`
3990 type DiagnosticSeverity float64 type
4194 SeverityError DiagnosticSeverity = 1
4199 SeverityWarning DiagnosticSeverity = 2
4204 SeverityInformation DiagnosticSeverity = 3
4209 SeverityHint DiagnosticSeverity = 4
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DLLVMContext.h28 enum DiagnosticSeverity : char;
206 static const char *getDiagnosticMessagePrefix(DiagnosticSeverity Severity);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DLinkDiagnosticInfo.h19 LinkDiagnosticInfo(DiagnosticSeverity Severity, const Twine &Msg);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InsertPrefetch.cpp166 DiagnosticSeverity::DS_Warning)); in doInitialization()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContext.cpp201 LLVMContext::getDiagnosticMessagePrefix(DiagnosticSeverity Severity) { in getDiagnosticMessagePrefix()
DDiagnosticInfo.cpp55 DiagnosticSeverity Severity) in DiagnosticInfoInlineAsm()
/third_party/node/deps/v8/src/torque/ls/
Dmessage.h271 enum DiagnosticSeverity { enum
Dmessage-handler.cc147 Diagnostic::DiagnosticSeverity ServerityFor(TorqueMessage::Kind kind) { in ServerityFor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOCodeGenerator.cpp701 LTODiagnosticInfo(const Twine &DiagMsg, DiagnosticSeverity Severity=DS_Error) in LTODiagnosticInfo()
DThinLTOCodeGenerator.cpp164 DiagnosticSeverity Severity = DS_Error) in ThinLTODiagnosticInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/
Dlangsvr.go506 func severityToLSP(s parser.Severity) lsp.DiagnosticSeverity {
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/
Dlangsvr.go506 func severityToLSP(s parser.Severity) lsp.DiagnosticSeverity {
/third_party/spirv-tools/utils/vscode/src/
Dlangsvr.go506 func severityToLSP(s parser.Severity) lsp.DiagnosticSeverity {

12