Searched refs:first_token (Results 1 – 8 of 8) sorted by relevance
103 int first_token; member174 static int first_token; variable398 f->first_token = first_token;406 first_token = 0;420 first_token = f->first_token; in end_input()438 - first_token; in num_tokens()452 return ((struct token*)obstack_base (&token_obstack)) + n + first_token;500 first_token = 0; in consume_token()503 first_token++; in consume_token()511 if (first_token == 0) /* We hope this doesn't happen often. */[all …]
4177 (first_token): Likewise.
578 bool first_token = true; in ForEachMacro() local584 if (!first_token) in ForEachMacro()587 first_token = false; in ForEachMacro()
733 clang::Token &first_token = m_tokens[range.begin_index]; in GetTextForRange() local735 clang::SourceLocation start_loc = first_token.getLocation(); in GetTextForRange()
195 ffelexToken first_token; member7237 s->first_token = NULL; in ffeexpr_lhs()7270 s->first_token = NULL; in ffeexpr_rhs()7396 ffelex_token_kill (ffeexpr_stack_->first_token); in ffeexpr_cb_close_paren_ambig_()7482 ffeexpr_stack_->tokens[0] = ffelex_token_use (ffeexpr_stack_->first_token); in ffeexpr_cb_close_paren_ambig_1_()7505 ffelex_token_kill (ffeexpr_stack_->first_token); in ffeexpr_cb_close_paren_ambig_1_()7762 ffeexpr_stack_->tokens[0] = ffelex_token_use (ffeexpr_stack_->first_token); in ffeexpr_cb_close_paren_ci_()7789 ffeexpr_stack_->tokens[0] = ffelex_token_use (ffeexpr_stack_->first_token); in ffeexpr_cb_comma_ci_()7817 ffebad_here (1, ffelex_token_where_line (ffeexpr_stack_->first_token), in ffeexpr_cb_comma_i_()7818 ffelex_token_where_column (ffeexpr_stack_->first_token)); in ffeexpr_cb_comma_i_()[all …]
269 cp_token first_token; in cp_lexer_new_main() local279 cp_parser_initial_pragma (&first_token); in cp_lexer_new_main()303 *pos = first_token; in cp_lexer_new_main()12547 cp_token *first_token; in cp_parser_parameter_declaration() local12552 first_token = cp_lexer_peek_token (parser->lexer); in cp_parser_parameter_declaration()12630 = cp_token_cache_new (first_token, token); in cp_parser_parameter_declaration()19245 cp_parser_initial_pragma (cp_token *first_token) in cp_parser_initial_pragma() argument19249 cp_lexer_get_preprocessor_token (NULL, first_token); in cp_parser_initial_pragma()19250 if (first_token->pragma_kind != PRAGMA_GCC_PCH_PREPROCESS) in cp_parser_initial_pragma()19253 cp_lexer_get_preprocessor_token (NULL, first_token); in cp_parser_initial_pragma()[all …]
2774 (first_token): Likewise.
1969 (struct cp_lexer): Remove first_token, string_tokens,