Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DDependencyDirectivesScanner.h80 pp_endif, enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DDependencyDirectivesScanner.cpp787 return lexDefault(pp_endif, First, End); in lexEndif()
889 .Case("endif", pp_endif) in lexPPLine()
896 if (Kind == pp_endif) in lexPPLine()
H A DPPDirectives.cpp1234 case tok::pp_endif: in HandleDirective()
H A DLexer.cpp4574 case pp_endif: in LexDependencyDirectiveTokenWhileSkipping()
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DDefinitionBlockSeparator.cpp112 tok::pp_endif); in separateBlocks()
H A DUnwrappedLineFormatter.cpp947 tok::pp_else, tok::pp_endif)) { in markFinalized()
H A DFormatToken.h1784 case tok::pp_endif: in isVerilogPPDirective()
H A DUnwrappedLineParser.cpp1017 case tok::pp_endif: in parsePPDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp514 case tok::pp_endif: in Process()