Searched refs:IfDef (Results 1 – 6 of 6) sorted by relevance
79 void parsePPIf(bool IfDef);
583 void UnwrappedLineParser::parsePPIf(bool IfDef) { in parsePPIf() argument590 conditionalCompilationStart(!IfDef && IsLiteralFalse); in parsePPIf()
93 void parsePPIf(bool IfDef);
805 void UnwrappedLineParser::parsePPIf(bool IfDef) { in parsePPIf() argument809 if (!IfDef && (FormatTok->is(tok::kw_false) || FormatTok->TokenText == "0")) in parsePPIf()811 if (IfDef && !IfNDef && FormatTok->TokenText == "SWIG") in parsePPIf()
438 x = refpolicy.IfDef(p[4])
895 class IfDef(Node): class