Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Parser/
Dcharacters.h76 inline constexpr char ToUpperCaseLetter(char ch) { in ToUpperCaseLetter() function
80 inline constexpr char ToUpperCaseLetter(char &&ch) { in ToUpperCaseLetter() function
87 ch = ToUpperCaseLetter(ch); in ToUpperCaseLetters()
/external/llvm-project/flang/lib/Parser/
Dunparse.cpp2698 Put(ToUpperCaseLetter(ch)); in PutKeywordLetter()