Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A Dcharacters.cpp224 DecodedCharacter code{DecodeCharacter<ENCODING>(buffer, len, false)}; in DecodeEscapedCharacters()
235 DecodedCharacter DecodeCharacter( in DecodeCharacter() function
244 template DecodedCharacter DecodeCharacter<Encoding::LATIN_1>(
246 template DecodedCharacter DecodeCharacter<Encoding::UTF_8>(
249 DecodedCharacter DecodeCharacter(Encoding encoding, const char *cp, in DecodeCharacter() function
254 return DecodeCharacter<Encoding::LATIN_1>(cp, bytes, backslashEscapes); in DecodeCharacter()
256 return DecodeCharacter<Encoding::UTF_8>(cp, bytes, backslashEscapes); in DecodeCharacter()
266 DecodeCharacter<ENCODING>(p, bytes, backslashEscapes)}; in DecodeString()
H A Dprescan.cpp714 DecodedCharacter decoded{DecodeCharacter( in Hollerith()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dcharacters.h265 DecodedCharacter DecodeCharacter(
267 extern template DecodedCharacter DecodeCharacter<Encoding::LATIN_1>(
269 extern template DecodedCharacter DecodeCharacter<Encoding::UTF_8>(
272 DecodedCharacter DecodeCharacter(