Searched refs:IsCompilerDirectiveSentinel (Results 1 – 2 of 2) sorted by relevance
184 const char *IsCompilerDirectiveSentinel(const char *) const;
1119 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