Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A Dprescan.cpp1185 constexpr bool IsDirective(const char *match, const char *dir) { in IsDirective() function
1218 if (IsDirective("if", dir) || IsDirective("elif", dir) || in ClassifyLine()
1219 IsDirective("else", dir) || IsDirective("endif", dir)) { in ClassifyLine()
1221 } else if (IsDirective("include", dir)) { in ClassifyLine()
1223 } else if (IsDirective("define", dir) || IsDirective("undef", dir)) { in ClassifyLine()