Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DDependencyDirectivesScanner.h76 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/Lex/
H A DDependencyDirectivesScanner.cpp896 .Case("elif", pp_elif) in lexPPLine()
H A DPPDirectives.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()
H A DLexer.cpp4622 case pp_elif: in LexDependencyDirectiveTokenWhileSkipping()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp955 tok::pp_elif, tok::pp_elifdef, tok::pp_elifndef, in markFinalized()
H A DTokenAnnotator.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()
H A DUnwrappedLineParser.cpp1025 case tok::pp_elif: in parsePPDirective()