Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Lex/
HDDependencyDirectivesScanner.h76 pp_elif, enumerator
/freebsd-14-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
HDInclusionRewriter.cpp484 case tok::pp_elif: { in Process()
486 tok::pp_elif); in Process()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Format/
HDDefinitionBlockSeparator.cpp111 tok::pp_elifdef, tok::pp_elif, in separateBlocks()
HDUnwrappedLineFormatter.cpp955 tok::pp_elif, tok::pp_elifdef, tok::pp_elifndef, in markFinalized()
HDTokenAnnotator.cpp1919 case tok::pp_elif: in parsePreprocessorDirective()
4731 if (Left.isOneOf(tok::pp_elif, tok::kw_for, tok::kw_while, tok::kw_switch, in spaceRequiredBetween()
HDUnwrappedLineParser.cpp1025 case tok::pp_elif: in parsePPDirective()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Lex/
HDDependencyDirectivesScanner.cpp896 .Case("elif", pp_elif) in lexPPLine()
HDPPDirectives.cpp1299 case tok::pp_elif: in HandleDirective()
3548 PPElifDiag DirKind = Kind == tok::pp_elif ? PED_Elif in HandleElifFamilyDirective()
3591 case tok::pp_elif: in HandleElifFamilyDirective()
HDLexer.cpp4622 case pp_elif: in LexDependencyDirectiveTokenWhileSkipping()