Searched refs:DecodeCharacter (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | characters.cpp | 224 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 D | prescan.cpp | 714 DecodedCharacter decoded{DecodeCharacter( in Hollerith()
|
| /llvm-project-15.0.7/flang/include/flang/Parser/ |
| H A D | characters.h | 265 DecodedCharacter DecodeCharacter( 267 extern template DecodedCharacter DecodeCharacter<Encoding::LATIN_1>( 269 extern template DecodedCharacter DecodeCharacter<Encoding::UTF_8>( 272 DecodedCharacter DecodeCharacter(
|