Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DDependencyDirectivesScanner.h75 pp_ifndef, enumerator
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DDependencyDirectivesScanner.cpp792 if (topDirective() == pp_ifdef || topDirective() == pp_ifndef) { in lexEndif()
895 .Case("ifndef", pp_ifndef) in lexPPLine()
H A DPPDirectives.cpp1296 case tok::pp_ifndef: in HandleDirective()
H A DLexer.cpp4619 case pp_ifndef: 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.h1838 case tok::pp_ifndef: in isVerilogPPDirective()
H A DUnwrappedLineParser.cpp1019 case tok::pp_ifndef: in parsePPDirective()
1092 bool IfNDef = FormatTok->is(tok::pp_ifndef); in parsePPIf()