Searched refs:InPreprocessorDirective (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp595 bool InPreprocessorDirective = false; local
618 if (InPreprocessorDirective) {
631 InPreprocessorDirective = false;
654 InPreprocessorDirective = true;

Completed in 155 milliseconds