Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DDependencyDirectivesScanner.h88 tokens_present_before_eof, enumerator
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DDependencyDirectivesScanner.cpp950 pushDirective(tokens_present_before_eof); in scan()
999 if (Directive.Kind == tokens_present_before_eof) in printDependencyDirectivesAsSource()
H A DLexer.cpp4522 if (DepDirectives.front().Kind == tokens_present_before_eof) in LexDependencyDirectiveToken()
4615 case tokens_present_before_eof: in LexDependencyDirectiveTokenWhileSkipping()