Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A Dprescan.h173 const char *IsPreprocessorDirectiveLine(const char *) const;
H A Dprescan.cpp857 const char *Prescanner::IsPreprocessorDirectiveLine(const char *start) const { in IsPreprocessorDirectiveLine() function in Fortran::parser::Prescanner
875 return IsPreprocessorDirectiveLine(nextLine_) != nullptr; in IsNextLinePreprocessorDirective()
1217 if (const char *dir{IsPreprocessorDirectiveLine(start)}) { in ClassifyLine()