Searched refs:top_most_macro_node (Results 1 – 5 of 5) sorted by relevance
435 cpp_hashnode *top_most_macro_node; member
1576 cpp_fun_like_macro_p (pfile->top_most_macro_node) in enter_macro_context()2750 if (macro == pfile->top_most_macro_node && context->prev == NULL) in _cpp_pop_context()2752 pfile->top_most_macro_node = NULL; in _cpp_pop_context()2922 pfile->top_most_macro_node = node; in cpp_get_token_1()
451 cpp_hashnode *top_most_macro_node; member
1635 cpp_fun_like_macro_p (pfile->top_most_macro_node) in enter_macro_context()2864 if (macro == pfile->top_most_macro_node && context->prev == NULL) in _cpp_pop_context()2866 pfile->top_most_macro_node = NULL; in _cpp_pop_context()3042 pfile->top_most_macro_node = node; in cpp_get_token_1()
3474 * internal.h (cpp_reader::top_most_macro_node): New data member.3479 pfile->top_most_macro_node data member.3480 (_cpp_pop_context): Clear the new cpp_reader::top_most_macro_node