Searched refs:is_new (Results 1 – 5 of 5) sorted by relevance
203 bool is_new = insert_result.second; in RunEarleyAlgorithm() local204 if (!is_new) item.CheckAmbiguity(worklist.back(), tokens); in RunEarleyAlgorithm()206 if (!is_new) continue; in RunEarleyAlgorithm()
284 bool is_new; in conf_choice() local288 is_new = !sym_has_value(sym); in conf_choice()351 if (!is_new) { in conf_choice()
234 bool is_new; in conf_choice() local237 is_new = !sym_has_value(sym); in conf_choice()297 if (!is_new) { in conf_choice()
881 bool is_new = MaybeNewExtension(number, other_extension.descriptor, in InternalExtensionMergeFrom() local883 if (is_new) { in InternalExtensionMergeFrom()897 if (is_new) { \ in InternalExtensionMergeFrom()917 if (is_new) { in InternalExtensionMergeFrom()963 bool is_new = MaybeNewExtension(number, in InternalExtensionMergeFrom() local966 if (is_new) { in InternalExtensionMergeFrom()
1182 ExpressionT ParseSuperExpression(bool is_new, bool* ok);3507 const bool is_new = true; in ParseMemberWithNewPrefixesExpression() local3508 result = ParseSuperExpression(is_new, CHECK_OK); in ParseMemberWithNewPrefixesExpression()3599 const bool is_new = false; in ParseMemberExpression() local3600 result = ParseSuperExpression(is_new, CHECK_OK); in ParseMemberExpression()3647 bool is_new, bool* ok) { in ParseSuperExpression() argument3661 if (!is_new && peek() == Token::LPAREN && IsDerivedConstructor(kind)) { in ParseSuperExpression()