Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Lex/
H A DDependencyDirectivesScanner.h88 tokens_present_before_eof, enumerator
/llvm-project/clang/lib/Lex/
H A DDependencyDirectivesScanner.cpp949 pushDirective(tokens_present_before_eof); in scan()
998 if (Directive.Kind == tokens_present_before_eof)
H A DLexer.cpp4545 if (DepDirectives.front().Kind == tokens_present_before_eof) in LexDependencyDirectiveToken()
4638 case tokens_present_before_eof: in LexDependencyDirectiveTokenWhileSkipping()
/llvm-project/clang/unittests/Lex/
H A DDependencyDirectivesScannerTest.cpp63 EXPECT_EQ(tokens_present_before_eof, Directives[0].Kind); in TEST()