Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp1092 bool IfNDef = FormatTok->is(tok::pp_ifndef); in parsePPIf() local
1097 if (IfDef && !IfNDef && FormatTok->TokenText == "SWIG") in parsePPIf()
1103 bool MaybeIncludeGuard = IfNDef; in parsePPIf()