Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineParser.h95 void parsePPIf(bool IfDef);
H A DUnwrappedLineParser.cpp743 void UnwrappedLineParser::parsePPIf(bool IfDef) { in parsePPIf() argument
747 if (!IfDef && (FormatTok->is(tok::kw_false) || FormatTok->TokenText == "0")) in parsePPIf()
749 if (IfDef && !IfNDef && FormatTok->TokenText == "SWIG") in parsePPIf()