Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DDependencyDirectivesScanner.h76 pp_ifndef, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DDefinitionBlockSeparator.cpp109 tok::pp_ifndef, tok::pp_elifndef, in separateBlocks()
H A DUnwrappedLineParser.cpp1014 case tok::pp_ifndef: in parsePPDirective()
1093 bool IfNDef = FormatTok->is(tok::pp_ifndef); in parsePPIf()
4888 tok::pp_ifndef, tok::pp_endif))) { in readToken()
H A DFormatToken.h1817 case tok::pp_ifndef: in isVerilogPPDirective()
H A DUnwrappedLineFormatter.cpp1012 Tok->Next->isOneOf(tok::pp_if, tok::pp_ifdef, tok::pp_ifndef, in markFinalized()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DDependencyDirectivesScanner.cpp855 if (topDirective() == pp_ifdef || topDirective() == pp_ifndef) { in lexEndif()
959 .Case("ifndef", pp_ifndef) in lexPPLine()
H A DPPDirectives.cpp1322 case tok::pp_ifndef: in HandleDirective()
H A DLexer.cpp4649 case pp_ifndef: in LexDependencyDirectiveTokenWhileSkipping()