Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A Dprescan.h68 bool IsNextLinePreprocessorDirective() const;
H A Dprescan.cpp874 bool Prescanner::IsNextLinePreprocessorDirective() const { in IsNextLinePreprocessorDirective() function in Fortran::parser::Prescanner
H A Dpreprocessor.cpp679 if (!prescanner.IsNextLinePreprocessorDirective()) { in SkipDisabledConditionalCode()