Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A Dpreprocessor.cpp49 static bool IsLegalIdentifierStart(const CharBlock &cpl) { in IsLegalIdentifierStart() argument
50 return cpl.size() > 0 && IsLegalIdentifierStart(cpl[0]); in IsLegalIdentifierStart()