Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DDependencyDirectivesScanner.cpp163 DirectiveKind topDirective() const { in topDirective() function
720 DirectiveKind K = PragmaScanner.topDirective(); in lex_Pragma()
783 if (topDirective() == pp_else) in lexEndif()
792 if (topDirective() == pp_ifdef || topDirective() == pp_ifndef) { in lexEndif()