Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A Dprescan.h184 const char *IsCompilerDirectiveSentinel(const char *) const;
H A Dprescan.cpp1119 if (const char *ss{IsCompilerDirectiveSentinel(sentinel)}) { in IsFixedFormCompilerDirectiveLine()
1147 if (const char *sp{IsCompilerDirectiveSentinel(sentinel)}) { in IsFreeFormCompilerDirectiveLine()
1170 const char *Prescanner::IsCompilerDirectiveSentinel( in IsCompilerDirectiveSentinel() function in Fortran::parser::Prescanner