Searched refs:pp_elif (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | DependencyDirectivesScanner.h | 77 pp_elif, enumerator
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | InclusionRewriter.cpp | 484 case tok::pp_elif: { in Process() 486 tok::pp_elif); in Process()
|
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | DefinitionBlockSeparator.cpp | 110 tok::pp_elifdef, tok::pp_elif, in separateBlocks()
|
| H A D | UnwrappedLineFormatter.cpp | 1013 tok::pp_elif, tok::pp_elifdef, tok::pp_elifndef, in markFinalized()
|
| H A D | TokenAnnotator.cpp | 1933 case tok::pp_elif: in parsePreprocessorDirective() 4854 if (Left.isOneOf(tok::pp_elif, tok::kw_for, tok::kw_while, tok::kw_switch, in spaceRequiredBetween()
|
| H A D | UnwrappedLineParser.cpp | 1020 case tok::pp_elif: in parsePPDirective()
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | DependencyDirectivesScanner.cpp | 960 .Case("elif", pp_elif) in lexPPLine()
|
| H A D | PPDirectives.cpp | 1325 case tok::pp_elif: in HandleDirective() 3565 PPElifDiag DirKind = Kind == tok::pp_elif ? PED_Elif in HandleElifFamilyDirective() 3608 case tok::pp_elif: in HandleElifFamilyDirective()
|
| H A D | Lexer.cpp | 4652 case pp_elif: in LexDependencyDirectiveTokenWhileSkipping()
|