Lines Matching refs:cpp_context
282 static cpp_context *next_context (cpp_reader *);
346 static bool reached_end_of_context (cpp_context *);
352 static cpp_hashnode* macro_of_context (cpp_context *context);
1008 cpp_context *context = pfile->context; in paste_all_tokens()
2321 static cpp_context *
2324 cpp_context *result = pfile->context->next; in next_context()
2328 result = XNEW (cpp_context); in next_context()
2329 memset (result, 0, sizeof (cpp_context)); in next_context()
2344 cpp_context *context = next_context (pfile); in push_ptoken_context()
2363 cpp_context *context; in _cpp_push_token_context()
2395 cpp_context *context; in push_extended_tokens_context()
2419 cpp_context *context = next_context (pfile); in _cpp_push_text_context()
2676 macro_of_context (cpp_context *context) in macro_of_context()
2707 cpp_context *context = pfile->context; in _cpp_pop_context()
2771 reached_end_of_context (cpp_context *context) in reached_end_of_context()
2793 cpp_context *c = pfile->context; in consume_next_token_from_context()
2870 cpp_context *context = pfile->context; in cpp_get_token_1()