Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DDependencyDirectivesScanner.h73 pp_if, enumerator
/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.cpp893 .Case("if", pp_if) in lexPPLine()
H A DPPDirectives.cpp1291 case tok::pp_if: in HandleDirective()
H A DLexer.cpp4617 case pp_if: in LexDependencyDirectiveTokenWhileSkipping()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp954 Tok->Next->isOneOf(tok::pp_if, tok::pp_ifdef, tok::pp_ifndef, in markFinalized()
H A DUnwrappedLineParser.cpp1015 case tok::pp_if: in parsePPDirective()
H A DTokenAnnotator.cpp1918 case tok::pp_if: in parsePreprocessorDirective()