Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Parser/
Dpreprocessor.cpp98 constexpr bool IsTokenPasting(CharBlock opr) { in IsTokenPasting() function
105 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()