Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Parser/
Dcharacters.h129 inline constexpr std::optional<char> BackslashEscapeChar(char ch) { in BackslashEscapeChar() function
207 if (std::optional<char> escape{BackslashEscapeChar(ch)}) {