Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DDependencyDirectivesScanner.h74 pp_ifdef, enumerator
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DDependencyDirectivesScanner.cpp792 if (topDirective() == pp_ifdef || topDirective() == pp_ifndef) { in lexEndif()
894 .Case("ifdef", pp_ifdef) in lexPPLine()
H A DPPDirectives.cpp1293 case tok::pp_ifdef: in HandleDirective()
H A DLexer.cpp4618 case pp_ifdef: 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 DFormatToken.h1837 case tok::pp_ifdef: in isVerilogPPDirective()
H A DUnwrappedLineParser.cpp1018 case tok::pp_ifdef: in parsePPDirective()