Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A DFortran-parsers.cpp47 constexpr auto rawName{nonDigitIdChar >> many(nonDigitIdChar || digit)}; variable
48 TYPE_PARSER(space >> sourced(rawName >> construct<Name>()))