Lines Matching refs:peek_css

66            && ! peek_css<exactly<'{'>>(start);  in peek_newline()
176 if (peek_css < end_of_file >()) return true; in parse_block_nodes()
177 if (peek_css < exactly<'}'> >()) return true; in parse_block_nodes()
217 if (! peek_css< uri_prefix >(position)) { // this seems to go in ruby sass 3.4.20 in parse_block_node()
347 if (!peek_css< alternatives< exactly<';'>, exactly<'}'>, end_of_file > >()) { in parse_import()
387 if (!peek_css< exactly<')'> >()) { in parse_parameters()
427 if (!peek_css< exactly<')'> >()) { in parse_arguments()
445 if (peek_css< sequence < exactly< hash_lbrace >, exactly< rbrace > > >()) { in parse_argument()
451 if (peek_css< sequence < variable, optional_css_comments, exactly<':'> > >()) { in parse_argument()
480 if (peek_css< alternatives < exactly<';'>, end_of_file > >()) { in parse_assignment()
749 if (peek_css< exactly<')'>>() && Util::equalsLiteral("nth-", name.substr(0, 4))) { in parse_pseudo_selector()
885 if (peek_css< static_value >()) { in parse_declaration()
937 if (peek_css< exactly<')'> >(position)) in parse_map()
963 if (peek_css< list_terminator >(position)) in parse_bracket_list()
969 bool has_paren = peek_css< exactly<'('> >() != NULL; in parse_bracket_list()
974 if (!peek_css< exactly<','> >(position)) { in parse_bracket_list()
993 if (peek_css< list_terminator >(position) in parse_bracket_list()
1017 if (peek_css< list_terminator >(position)) in parse_comma_list()
1026 if (!peek_css< exactly<','> >(position)) { in parse_comma_list()
1041 if (peek_css< list_terminator >(position) in parse_comma_list()
1057 if (peek_css< space_list_terminator >(position) in parse_space_list()
1065 !(peek_css< space_list_terminator >(position)) && in parse_space_list()
1066 peek_css< optional_css_whitespace >() != end in parse_space_list()
1185 if (!(peek_css< exactly<'+'> >(position) || in parse_expression()
1199 ! peek_css< sequence < zero_plus < exactly <'-' > >, identifier > >(position) in parse_expression()
2144 if (!peek_css<exactly<'('>>()) { in parseCssMediaQuery()
2225 if (!peek_css < exactly <'{'> >()) queries->append(parse_media_query()); in parse_media_queries()
2270 if (peek_css< exactly<')'> >()) { in parse_media_expression()
2398 if (peek_css < exactly<'{'> >()) { in parse_at_root_block()
2605 if (peek_css < alternatives < exactly < ';' >, exactly < '}' >, end_of_file > >()) in parse_return_directive()