Home
last modified time | relevance | path

Searched defs:GetNextChar (Results 1 – 2 of 2) sorted by relevance

/llvm-project/flang/runtime/
H A Dformat.h138 RT_API_ATTRS CharType GetNextChar(IoErrorHandler &handler) { in GetNextChar() function
/llvm-project/flang/include/flang/Parser/
H A Dparse-state.h174 std::optional<const char *> GetNextChar() { in GetNextChar() function