Searched refs:IsDirective (Results 1 – 1 of 1) sorted by relevance
1185 constexpr bool IsDirective(const char *match, const char *dir) { in IsDirective() function1218 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()