Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A Dparsing.cpp79 .AddCompilerDirectiveSentinel("dir$"); in Prescan()
81 prescanner.AddCompilerDirectiveSentinel("$acc"); in Prescan()
84 prescanner.AddCompilerDirectiveSentinel("$omp"); in Prescan()
85 prescanner.AddCompilerDirectiveSentinel("$"); // OMP conditional line in Prescan()
H A Dprescan.h60 Prescanner &AddCompilerDirectiveSentinel(const std::string &);
H A Dprescan.cpp1159 Prescanner &Prescanner::AddCompilerDirectiveSentinel(const std::string &dir) { in AddCompilerDirectiveSentinel() function in Fortran::parser::Prescanner