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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp798 bool IfNDef = FormatTok->is(tok::pp_ifndef); local
803 if (IfDef && !IfNDef && FormatTok->TokenText == "SWIG")
809 bool MaybeIncludeGuard = IfNDef;

Completed in 186 milliseconds