Searched refs:synchronized_ (Results 1 – 2 of 2) sorted by relevance
1303 if (!synchronized_) { in expect_struct_body_decl()1398 if (!synchronized_) { in function_header()3210 synchronized_ = true; in expect()3229 synchronized_ = true; in expect()3240 synchronized_ = true; in expect()3250 synchronized_ = false; in expect()3289 synchronized_ = true; in expect_ident()3299 synchronized_ = false; in expect_ident()3377 synchronized_ = false; in sync_to()3403 synchronized_ = true; in sync_to()
836 return synchronized_ && builder_.Diagnostics().error_count() < max_errors_; in continue_parsing()881 bool synchronized_ = true; variable