Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DDependencyDirectivesScanner.h79 pp_endif, enumerator
/llvm-project-15.0.7/clang/lib/Lex/
H A DDependencyDirectivesScanner.cpp677 return lexDefault(pp_endif, First, End); in lexEndif()
762 .Case("endif", pp_endif) in lexPPLine()
769 if (Kind == pp_endif) in lexPPLine()
H A DPPDirectives.cpp1228 case tok::pp_endif: in HandleDirective()
H A DLexer.cpp4415 case pp_endif: in LexDependencyDirectiveTokenWhileSkipping()
/llvm-project-15.0.7/clang/lib/Format/
H A DDefinitionBlockSeparator.cpp112 tok::pp_endif); in separateBlocks()
H A DFormatToken.h1689 case tok::pp_endif: in isVerilogPPDirective()
H A DUnwrappedLineParser.cpp1083 case tok::pp_endif: in parsePPDirective()
/llvm-project-15.0.7/clang-tools-extra/pseudo/unittests/
H A DDirectiveTreeTest.cpp143 EXPECT_EQ(Endif.Kind, tok::pp_endif); in TEST()
/llvm-project-15.0.7/clang-tools-extra/pseudo/lib/
H A DDirectiveTree.cpp38 case clang::tok::pp_endif: in classifyDirective()
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp481 case tok::pp_endif: in Process()
/llvm-project-15.0.7/clang/unittests/Lex/
H A DDependencyDirectivesScannerTest.cpp96 EXPECT_EQ(pp_endif, Directives[2].Kind); in TEST()