Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Lex/
H A DDependencyDirectivesScanner.h75 pp_elif, enumerator
/openbsd/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp453 case tok::pp_elif: { in Process()
455 tok::pp_elif); in Process()
/openbsd/gnu/llvm/clang/lib/Format/
H A DDefinitionBlockSeparator.cpp111 tok::pp_elifdef, tok::pp_elif, in separateBlocks()
H A DTokenAnnotator.cpp1433 case tok::pp_elif: in parsePreprocessorDirective()
3700 if (Left.isOneOf(tok::pp_elif, tok::kw_for, tok::kw_while, tok::kw_switch, in spaceRequiredBetween()
H A DUnwrappedLineParser.cpp1136 case tok::pp_elif: in parsePPDirective()
/openbsd/gnu/llvm/clang/lib/Lex/
H A DDependencyDirectivesScanner.cpp777 .Case("elif", pp_elif) in lexPPLine()
H A DPPDirectives.cpp1208 case tok::pp_elif: in HandleDirective()
3414 PPElifDiag DirKind = Kind == tok::pp_elif ? PED_Elif in HandleElifFamilyDirective()
3457 case tok::pp_elif: in HandleElifFamilyDirective()
H A DLexer.cpp4498 case pp_elif: in LexDependencyDirectiveTokenWhileSkipping()