Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineParser.cpp744 bool IfNDef = FormatTok->is(tok::pp_ifndef); in parsePPIf() local
749 if (IfDef && !IfNDef && FormatTok->TokenText == "SWIG") in parsePPIf()
755 bool MaybeIncludeGuard = IfNDef; in parsePPIf()