| /third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/ |
| D | validation.rs | 18 pub(crate) fn validate(root: &SyntaxNode) -> Vec<SyntaxError> { in validate() 117 fn validate_literal(literal: ast::Literal, acc: &mut Vec<SyntaxError>) { in validate_literal() 223 fn validate_numeric_name(name_ref: Option<ast::NameRef>, errors: &mut Vec<SyntaxError>) { in validate_numeric_name() 239 fn validate_visibility(vis: ast::Visibility, errors: &mut Vec<SyntaxError>) { in validate_visibility() 265 fn validate_range_expr(expr: ast::RangeExpr, errors: &mut Vec<SyntaxError>) { in validate_range_expr() 274 fn validate_path_keywords(segment: ast::PathSegment, errors: &mut Vec<SyntaxError>) { in validate_path_keywords() 315 fn validate_trait_object_ref_ty(ty: ast::RefType, errors: &mut Vec<SyntaxError>) { in validate_trait_object_ref_ty() 323 fn validate_trait_object_ptr_ty(ty: ast::PtrType, errors: &mut Vec<SyntaxError>) { in validate_trait_object_ptr_ty() 331 fn validate_trait_object_fn_ptr_ret_ty(ty: ast::FnPtrType, errors: &mut Vec<SyntaxError>) { in validate_trait_object_fn_ptr_ret_ty() 339 fn validate_trait_object_ty(ty: ast::DynTraitType) -> Option<SyntaxError> { in validate_trait_object_ty() [all …]
|
| D | syntax_error.rs | 10 pub struct SyntaxError(String, TextRange); struct 22 impl SyntaxError { implementation 40 impl fmt::Display for SyntaxError { implementation
|
| D | parsing.rs | 12 pub(crate) fn parse_text(text: &str) -> (GreenNode, Vec<SyntaxError>) { in parse_text() 23 ) -> (GreenNode, Vec<SyntaxError>, bool) { in build_tree()
|
| D | lib.rs | 95 pub fn errors(&self) -> &[SyntaxError] { in errors() 109 pub fn ok(self) -> Result<T, Arc<Vec<SyntaxError>>> { in ok()
|
| D | syntax_node.rs | 43 pub(crate) fn finish_raw(self) -> (GreenNode, Vec<SyntaxError>) { in finish_raw()
|
| D | tests.rs | 119 fn assert_errors_are_present(errors: &[SyntaxError], path: &Path) { in assert_errors_are_present()
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/parsing/ |
| D | reparsing.rs | 23 errors: Vec<SyntaxError>, in incremental_reparse() 38 ) -> Option<(GreenNode, Vec<SyntaxError>, TextRange)> { in reparse_token() 87 ) -> Option<(GreenNode, Vec<SyntaxError>, TextRange)> { in reparse_block() 150 old_errors: Vec<SyntaxError>, in merge_errors() 151 new_errors: Vec<SyntaxError>, in merge_errors() 154 ) -> Vec<SyntaxError> { in merge_errors()
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/validation/ |
| D | block.rs | 9 pub(crate) fn validate_block_expr(block: ast::BlockExpr, errors: &mut Vec<SyntaxError>) { in validate_block_expr()
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/test_data/parser/fuzz-failures/ |
| D | 0000.rs | 176 old_errors: Vec<SyntaxError>, 177 new_errors: Vec<SyntaxError>, 180 ) -> Vec<SyntaxError> {
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/nameres/ |
| D | diagnostics.rs | 111 errors: &[SyntaxError], in macro_expansion_parse_error()
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/hir-expand/src/ |
| D | db.rs | 150 ) -> ExpandResult<Box<[SyntaxError]>>; in parse_macro_expansion_error() 509 ) -> ExpandResult<Box<[SyntaxError]>> { in parse_macro_expansion_error()
|
| /third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
| D | Errors.cpp | 95 Napi::Error Errors::SyntaxError(Napi::Env env) { in SyntaxError() function in wgpu::binding::Errors
|
| /third_party/typescript/tests/cases/conformance/decorators/ |
| D | 1.0lib-noErrors.ts | 908 interface SyntaxError extends Error { interface 910 declare var SyntaxError: { variable
|
| /third_party/typescript/lib/ |
| D | lib.es5.d.ts | 1099 interface SyntaxError extends Error { interface 1108 declare var SyntaxError: SyntaxErrorConstructor; variable
|
| /third_party/typescript/src/lib/ |
| D | es5.d.ts | 1079 interface SyntaxError extends Error { interface 1088 declare var SyntaxError: SyntaxErrorConstructor; variable
|
| /third_party/typescript/tests/lib/ |
| D | lib.d.ts | 937 interface SyntaxError extends Error { interface 946 declare var SyntaxError: SyntaxErrorConstructor; variable
|