Searched refs:macro_to_expand (Results 1 – 4 of 4) sorted by relevance
523 cpp_hashnode * (*macro_to_expand) (cpp_reader *, const cpp_token *); member
586 cpp_hashnode * (*macro_to_expand) (cpp_reader *, const cpp_token *); member
2297 if (pfile->cb.macro_to_expand) in cpp_get_token_1()2304 node = pfile->cb.macro_to_expand (pfile, result); in cpp_get_token_1()
2774 if (pfile->cb.macro_to_expand) in cpp_get_token_1()2781 node = pfile->cb.macro_to_expand (pfile, result); in cpp_get_token_1()