Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A Dparsing.cpp131 if (IsLetter(ch) && provenance && provenance->size() == 1) { in EmitPreprocessedSource()
149 IsLetter(ch)) { in EmitPreprocessedSource()
H A Dcharacters.cpp201 } else if (IsLetter(cp[1])) { in DecodeEscapedCharacter()
H A Dprescan.cpp564 } else if (IsLetter(*at_)) { in NextToken()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dcharacters.h39 inline constexpr bool IsLetter(char ch) { in IsLetter() function
53 return IsLetter(ch) || ch == '_' || ch == '@' || ch == '$'; in IsLegalIdentifierStart()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dexpression.cpp600 if (parser::IsLetter(*p)) { in Analyze()