Searched refs:IsTokenPasting (Results 1 – 1 of 1) sorted by relevance
98 constexpr bool IsTokenPasting(CharBlock opr) { in IsTokenPasting() function105 if (IsTokenPasting(text.TokenAt(j))) { in AnyTokenPasting()120 if (IsTokenPasting(text.TokenAt(j))) { in TokenPasting()184 if (prev == 0 || !IsTokenPasting(replacement_.TokenAt(prev - 1))) { in Apply()186 if (next >= tokens || !IsTokenPasting(replacement_.TokenAt(next))) { in Apply()