Searched defs:has_errors (Results 1 – 13 of 13) sorted by relevance
19 let mut has_errors = false; in expand_concat() localVariable
129 let mut has_errors = false; in expand_concat_bytes() localVariable
22 let has_errors = use_tree in split_import() localVariable
61 bool has_errors; member
137 has_errors: bool, field
134 let has_errors = !errors.is_empty(); in parse() localVariable
101 pub fn has_errors(node: &SyntaxNode) -> bool { in has_errors() function
313 pub(super) fn has_errors(&self) -> bool { in has_errors() method
1072 pub fn has_errors(&self) -> Option<ErrorGuaranteed> { in has_errors() method1290 let has_errors = self.has_errors(); in emit_stashed_diagnostics() localVariable1561 fn has_errors(&self) -> bool { in has_errors() method
739 let mut has_errors = false; in from_attr() localVariable
192 int has_errors; ///< packet has errors member
600 pub fn has_errors(&self) -> Option<ErrorGuaranteed> { in has_errors() method
1380 bool has_errors = false; in Validate() local