Lines Matching refs:surround
2930 self.block.brace_token.surround(tokens, |tokens| {
2946 brace.surround(tokens, |tokens| {
2962 self.brace_token.surround(tokens, |tokens| {
2993 self.brace_token.surround(tokens, |tokens| {
3053 self.brace_token.surround(tokens, |tokens| {
3090 self.brace_token.surround(tokens, |tokens| {
3106 paren.surround(tokens, |tokens| self.mac.tokens.to_tokens(tokens));
3109 brace.surround(tokens, |tokens| self.mac.tokens.to_tokens(tokens));
3112 bracket.surround(tokens, |tokens| self.mac.tokens.to_tokens(tokens));
3154 self.brace_token.surround(tokens, |tokens| {
3183 block.brace_token.surround(tokens, |tokens| {
3247 self.block.brace_token.surround(tokens, |tokens| {
3335 self.paren_token.surround(tokens, |tokens| {