Searched refs:tparser (Results 1 – 1 of 1) sorted by relevance
8478 c_parser tparser; in c_parse_file() local8480 memset (&tparser, 0, sizeof tparser); in c_parse_file()8481 the_parser = &tparser; in c_parse_file()8483 if (c_parser_peek_token (&tparser)->pragma_kind == PRAGMA_GCC_PCH_PREPROCESS) in c_parse_file()8484 c_parser_pragma_pch_preprocess (&tparser); in c_parse_file()8487 *the_parser = tparser; in c_parse_file()