Lines Matching refs:cpp_context
294 static cpp_context *next_context (cpp_reader *);
357 static bool reached_end_of_context (cpp_context *);
363 static cpp_hashnode* macro_of_context (cpp_context *context);
1063 cpp_context *context = pfile->context; in paste_all_tokens()
2431 static cpp_context *
2434 cpp_context *result = pfile->context->next; in next_context()
2438 result = XNEW (cpp_context); in next_context()
2439 memset (result, 0, sizeof (cpp_context)); in next_context()
2454 cpp_context *context = next_context (pfile); in push_ptoken_context()
2473 cpp_context *context; in _cpp_push_token_context()
2505 cpp_context *context; in push_extended_tokens_context()
2529 cpp_context *context = next_context (pfile); in _cpp_push_text_context()
2791 macro_of_context (cpp_context *context) in macro_of_context()
2822 cpp_context *context = pfile->context; in _cpp_pop_context()
2885 reached_end_of_context (cpp_context *context) in reached_end_of_context()
2907 cpp_context *c = pfile->context; in consume_next_token_from_context()
2984 cpp_context *context = pfile->context; in cpp_get_token_1()