Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DDependencyDirectivesScanner.h74 pp_if, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DDefinitionBlockSeparator.cpp108 Line->First->Next->isOneOf(tok::pp_if, tok::pp_ifdef, tok::pp_else, in separateBlocks()
H A DUnwrappedLineFormatter.cpp1012 Tok->Next->isOneOf(tok::pp_if, tok::pp_ifdef, tok::pp_ifndef, in markFinalized()
H A DUnwrappedLineParser.cpp1010 case tok::pp_if: in parsePPDirective()
H A DTokenAnnotator.cpp1932 case tok::pp_if: in parsePreprocessorDirective()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp483 case tok::pp_if: in Process()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DDependencyDirectivesScanner.cpp957 .Case("if", pp_if) in lexPPLine()
H A DPPDirectives.cpp1317 case tok::pp_if: in HandleDirective()
H A DLexer.cpp4647 case pp_if: in LexDependencyDirectiveTokenWhileSkipping()