Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Lex/
HDDependencyDirectivesScanner.h80 pp_endif, enumerator
/freebsd-14-stable/contrib/llvm-project/clang/lib/Lex/
HDDependencyDirectivesScanner.cpp798 return lexDefault(pp_endif, First, End); in lexEndif()
900 .Case("endif", pp_endif) in lexPPLine()
907 if (Kind == pp_endif) in lexPPLine()
HDPPDirectives.cpp1306 case tok::pp_endif: in HandleDirective()
HDLexer.cpp4630 case pp_endif: in LexDependencyDirectiveTokenWhileSkipping()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Format/
HDDefinitionBlockSeparator.cpp112 tok::pp_endif); in separateBlocks()
HDUnwrappedLineFormatter.cpp956 tok::pp_else, tok::pp_endif)) { in markFinalized()
HDFormatToken.h1836 case tok::pp_endif: in isVerilogPPDirective()
HDUnwrappedLineParser.cpp1028 case tok::pp_endif: in parsePPDirective()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
HDInclusionRewriter.cpp516 case tok::pp_endif: in Process()