Home
last modified time | relevance | path

Searched defs:IsLegalIdentifierStart (Results 1 – 2 of 2) sorted by relevance

/llvm-project/flang/include/flang/Parser/
H A Dcharacters.h53 inline constexpr bool IsLegalIdentifierStart(char ch) { in IsLegalIdentifierStart() function
/llvm-project/flang/lib/Parser/
H A Dpreprocessor.cpp81 static bool IsLegalIdentifierStart(const CharBlock &cpl) { IsLegalIdentifierStart() function