Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Parser/
Dtoken-parsers.h99 if (IsLegalInIdentifier(ch)) { in Parse()
164 if (IsLegalInIdentifier(**after)) { in Parse()
171 if (IsLegalInIdentifier(p[-1])) { in Parse()
Dprescan.cpp506 } else if (IsLegalInIdentifier(*at_)) { in NextToken()
508 } while (IsLegalInIdentifier(EmitCharAndAdvance(tokens, *at_))); in NextToken()
561 while (IsLegalInIdentifier(EmitCharAndAdvance(tokens, *at_))) { in ExponentAndKind()
/external/llvm-project/flang/include/flang/Parser/
Dcharacters.h56 inline constexpr bool IsLegalInIdentifier(char ch) { in IsLegalInIdentifier() function