Searched defs:has_error (Results 1 – 17 of 17) sorted by relevance
48 bool has_error() const { return diagnostics_.contains_errors(); } in has_error() function
35 bool has_error() const { return diags_.contains_errors(); } in has_error() function
91 bool has_error() const { return err_->has_error(); } in has_error() function
113 bool has_error() const { return err_->has_error(); } in has_error() function
99 bool has_error() const { return parse_err_.has_error(); } in has_error() function
81 bool has_error() const { return !!info_; } in has_error() function
97 bool* has_error = nullptr) { in NormalizePath()163 bool has_error = false; in NormalizeCachePathAndSet() local
428 bool has_error() const { in has_error() function
485 bool has_error() const { return bool(EC); } in has_error() function
255 bool has_error() const { return has_error_; } in has_error() function
104 bool has_error() const { return !error_.empty(); } in has_error() function
326 bool has_error() const { return builder_.Diagnostics().contains_errors(); } in has_error() function
758 bool has_error = diff->has_changes(); in load_corpus_and_write_abixml() local
401 gboolean has_body, gboolean has_error) in run_test()
37 int has_error = 0; variable
1634 inline bool CodeGeneratorResponse::has_error() const { in has_error() function
246 bool has_error; member