Searched refs:avoid_paste (Results 1 – 15 of 15) sorted by relevance
173 bool avoid_paste; member in token_streamer180 :avoid_paste (false), in token_streamer()202 avoid_paste = true; in stream()214 if (avoid_paste) in stream()250 avoid_paste = false; in stream()
173 bool avoid_paste = false; in scan_translation_unit() local188 avoid_paste = true; in scan_translation_unit()200 if (avoid_paste) in scan_translation_unit()236 avoid_paste = false; in scan_translation_unit()
763 bool avoid_paste = false; in scan_translation_unit() local772 avoid_paste = true; in scan_translation_unit()784 if (avoid_paste) in scan_translation_unit()797 avoid_paste = false; in scan_translation_unit()
743 bool avoid_paste = false; in scan_translation_unit() local752 avoid_paste = true; in scan_translation_unit()764 if (avoid_paste) in scan_translation_unit()777 avoid_paste = false; in scan_translation_unit()
256 pfile->avoid_paste.type = CPP_PADDING; in cpp_create_reader()257 pfile->avoid_paste.val.source = NULL; in cpp_create_reader()258 pfile->avoid_paste.src_loc = 0; in cpp_create_reader()
2165 copy_paste_flag (pfile, start, &pfile->avoid_paste); in replace_args()2170 && *paste_flag == &pfile->avoid_paste) in replace_args()2185 const cpp_token *t = &pfile->avoid_paste; in replace_args()2391 const cpp_token *t = &pfile->avoid_paste; in replace_args()3012 result = &pfile->avoid_paste; in cpp_get_token_1()
534 cpp_token avoid_paste; member
1958 toks = &pfile->avoid_paste; in destringize_and_run()
62 * directives.cc (destringize_and_run): Push &pfile->avoid_paste426 remove trailing avoid_paste tokens.
250 pfile->avoid_paste.type = CPP_PADDING; in cpp_create_reader()251 pfile->avoid_paste.val.source = NULL; in cpp_create_reader()
519 cpp_token avoid_paste; member
2060 copy_paste_flag (pfile, start, &pfile->avoid_paste); in replace_args()2072 const cpp_token *t = &pfile->avoid_paste; in replace_args()2281 const cpp_token *t = &pfile->avoid_paste; in replace_args()2898 result = &pfile->avoid_paste; in cpp_get_token_1()
1915 toks = &pfile->avoid_paste; in destringize_and_run()
6362 avoid_paste or PREV_WHITE and token location is on a different line
10082 (struct cpp_reader): New members eof, avoid_paste.