Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DDependencyDirectivesScanner.h80 pp_endif, enumerator
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DDependencyDirectivesScanner.cpp798 return lexDefault(pp_endif, First, End); in lexEndif()
900 .Case("endif", pp_endif) in lexPPLine()
907 if (Kind == pp_endif) in lexPPLine()
H A DPPDirectives.cpp1306 case tok::pp_endif: in HandleDirective()
H A DLexer.cpp4630 case pp_endif: in LexDependencyDirectiveTokenWhileSkipping()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp516 case tok::pp_endif: in Process()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp956 tok::pp_else, tok::pp_endif)) { in markFinalized()
H A DFormatToken.h1836 case tok::pp_endif: in isVerilogPPDirective()
H A DUnwrappedLineParser.cpp1028 case tok::pp_endif: in parsePPDirective()