Searched refs:IfDef (Results 1 – 2 of 2) sorted by relevance
125 void parsePPIf(bool IfDef);
1202 void UnwrappedLineParser::parsePPIf(bool IfDef) { in parsePPIf() argument1206 if (!IfDef && (FormatTok->is(tok::kw_false) || FormatTok->TokenText == "0")) in parsePPIf()1208 if (IfDef && !IfNDef && FormatTok->TokenText == "SWIG") in parsePPIf()