Home
last modified time | relevance | path

Searched refs:with_if_token (Results 1 – 3 of 3) sorted by relevance

/dports/devel/stylua/StyLua-0.11.0/src/formatters/
H A Dblock.rs295 update_first_token!(If, if_block, if_block.if_token(), with_if_token) in stmt_remove_leading_newlines()
H A Dstmt.rs275 .with_if_token(if_token) in format_if()
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/full_moon-0.13.1/src/ast/
H A Dmod.rs938 pub fn with_if_token(self, if_token: TokenReference) -> Self { in with_if_token() method