Searched refs:about_to_expand_macro_p (Results 1 – 5 of 5) sorted by relevance
1447 pfile->about_to_expand_macro_p = true; in enter_macro_context()1478 pfile->about_to_expand_macro_p = false; in enter_macro_context()1561 pfile->about_to_expand_macro_p = false; in enter_macro_context()1565 pfile->about_to_expand_macro_p = false; in enter_macro_context()1569 pfile->about_to_expand_macro_p = false; in enter_macro_context()2696 return (pfile->about_to_expand_macro_p in in_macro_expansion_p()2865 bool saved_about_to_expand_macro = pfile->about_to_expand_macro_p; in cpp_get_token_1()2999 pfile->about_to_expand_macro_p = saved_about_to_expand_macro; in cpp_get_token_1()
443 bool about_to_expand_macro_p; member
1506 pfile->about_to_expand_macro_p = true; in enter_macro_context()1537 pfile->about_to_expand_macro_p = false; in enter_macro_context()1620 pfile->about_to_expand_macro_p = false; in enter_macro_context()1624 pfile->about_to_expand_macro_p = false; in enter_macro_context()1628 pfile->about_to_expand_macro_p = false; in enter_macro_context()2811 return (pfile->about_to_expand_macro_p in in_macro_expansion_p()2979 bool saved_about_to_expand_macro = pfile->about_to_expand_macro_p; in cpp_get_token_1()3117 pfile->about_to_expand_macro_p = saved_about_to_expand_macro; in cpp_get_token_1()
459 bool about_to_expand_macro_p; member
4328 (cpp_reader::about_to_expand_macro_p): New member flag.4334 Do not override cpp_reader::about_to_expand_macro_p.4346 (enter_macro_context): Set the cpp_reader::about_to_expand_macro_p