Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DDependencyDirectivesScanner.h75 pp_ifdef, 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 DFormatToken.h1816 case tok::pp_ifdef: in isVerilogPPDirective()
H A DUnwrappedLineFormatter.cpp1012 Tok->Next->isOneOf(tok::pp_if, tok::pp_ifdef, tok::pp_ifndef, in markFinalized()
H A DUnwrappedLineParser.cpp1013 case tok::pp_ifdef: in parsePPDirective()
4887 !Next->isOneOf(tok::kw_else, tok::pp_define, tok::pp_ifdef, in readToken()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DDependencyDirectivesScanner.cpp855 if (topDirective() == pp_ifdef || topDirective() == pp_ifndef) { in lexEndif()
958 .Case("ifdef", pp_ifdef) in lexPPLine()
H A DPPDirectives.cpp1319 case tok::pp_ifdef: in HandleDirective()
H A DLexer.cpp4648 case pp_ifdef: in LexDependencyDirectiveTokenWhileSkipping()