Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Lex/
DDependencyDirectivesSourceMinimizer.h46 pp_elif, enumerator
/external/llvm-project/clang/lib/Frontend/Rewrite/
DInclusionRewriter.cpp471 case tok::pp_elif: { in Process()
473 tok::pp_elif); in Process()
/external/clang/lib/Frontend/Rewrite/
DInclusionRewriter.cpp492 case tok::pp_elif: { in Process()
494 tok::pp_elif); in Process()
/external/llvm-project/clang/lib/Lex/
DDependencyDirectivesSourceMinimizer.cpp848 .Case("elif", pp_elif) in lexPPLine()
921 case pp_elif: in computeSkippedRanges()
DPPDirectives.cpp993 case tok::pp_elif: in HandleDirective()
/external/llvm-project/clang/unittests/Lex/
DDependencyDirectivesSourceMinimizerTest.cpp73 EXPECT_EQ(pp_elif, Tokens[6].K); in TEST()
/external/llvm-project/clang-tools-extra/modularize/
DPreprocessorTracker.cpp1233 case clang::tok::pp_elif: in getDirectiveSpelling()
1358 PP, PPTracker.getCurrentHeaderHandle(), Loc, clang::tok::pp_elif, in Elif()
/external/clang/lib/Frontend/
DCacheTokens.cpp417 case tok::pp_elif: in LexTokens()
/external/clang/lib/Lex/
DPPDirectives.cpp629 assert(K == tok::pp_elif); in PTHSkipExcludedConditionalBlock()
982 case tok::pp_elif: in HandleDirective()
/external/clang/lib/Format/
DTokenAnnotator.cpp747 case tok::pp_elif: in parsePreprocessorDirective()
2061 (Left.isOneOf(tok::kw_if, tok::pp_elif, tok::kw_for, tok::kw_while, in spaceRequiredBetween()
DUnwrappedLineParser.cpp525 case tok::pp_elif: in parsePPDirective()
/external/llvm-project/clang/lib/Format/
DTokenAnnotator.cpp1239 case tok::pp_elif: in parsePreprocessorDirective()
3021 (Left.isOneOf(tok::pp_elif, tok::kw_for, tok::kw_while, in spaceRequiredBetween()
DUnwrappedLineParser.cpp742 case tok::pp_elif: in parsePPDirective()