Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DDependencyDirectivesScanner.h77 pp_elif, enumerator
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp484 case tok::pp_elif: { in Process()
486 tok::pp_elif); in Process()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DDefinitionBlockSeparator.cpp110 tok::pp_elifdef, tok::pp_elif, in separateBlocks()
H A DUnwrappedLineFormatter.cpp1013 tok::pp_elif, tok::pp_elifdef, tok::pp_elifndef, in markFinalized()
H A DTokenAnnotator.cpp1933 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 DUnwrappedLineParser.cpp1020 case tok::pp_elif: in parsePPDirective()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DDependencyDirectivesScanner.cpp960 .Case("elif", pp_elif) in lexPPLine()
H A DPPDirectives.cpp1325 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 DLexer.cpp4652 case pp_elif: in LexDependencyDirectiveTokenWhileSkipping()