Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DDependencyDirectivesSourceMinimizer.h50 pp_endif, enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DDependencyDirectivesSourceMinimizer.cpp779 return lexDefault(pp_endif, "endif", First, End); in lexEndif()
852 .Case("endif", pp_endif) in lexPPLine()
860 if (Kind == pp_endif) in lexPPLine()
935 case pp_endif: { in computeSkippedRanges()
H A DPPDirectives.cpp1087 case tok::pp_endif: in HandleDirective()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp503 case tok::pp_endif: in Process()
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp759 case tok::pp_endif: in parsePPDirective()