Searched refs:tparser (Results 1 – 1 of 1) sorted by relevance
7893 c_parser tparser; in c_parse_file() local7895 memset (&tparser, 0, sizeof tparser); in c_parse_file()7896 the_parser = &tparser; in c_parse_file()7898 if (c_parser_peek_token (&tparser)->pragma_kind == PRAGMA_GCC_PCH_PREPROCESS) in c_parse_file()7899 c_parser_pragma_pch_preprocess (&tparser); in c_parse_file()7902 *the_parser = tparser; in c_parse_file()