Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DDependencyDirectivesScanner.h81 pp_endif, enumerator
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DDependencyDirectivesScanner.cpp861 return lexDefault(pp_endif, First, End); in lexEndif()
964 .Case("endif", pp_endif) in lexPPLine()
971 if (Kind == pp_endif) in lexPPLine()
H A DPPDirectives.cpp1332 case tok::pp_endif: in HandleDirective()
H A DLexer.cpp4660 case pp_endif: in LexDependencyDirectiveTokenWhileSkipping()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DDefinitionBlockSeparator.cpp111 tok::pp_endif); in separateBlocks()
H A DFormatToken.h1815 case tok::pp_endif: in isVerilogPPDirective()
H A DUnwrappedLineFormatter.cpp1014 tok::pp_else, tok::pp_endif)) { in markFinalized()
H A DUnwrappedLineParser.cpp1023 case tok::pp_endif: in parsePPDirective()
4888 tok::pp_ifndef, tok::pp_endif))) { in readToken()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp516 case tok::pp_endif: in Process()