Searched refs:param_empty (Results 1 – 4 of 4) sorted by relevance
2160 } else if (!BD->param_empty() || cast<FunctionProtoType>(AFT)->isVariadic()) { in VisitBlockExpr()2171 if (!BD->param_empty()) OS << ", "; in VisitBlockExpr()
3423 bool param_empty() const { return NumParams == 0; } in param_empty() function
3286 } else if (BD->param_empty()) { in SynthesizeBlockFunc()3305 if (!BD->param_empty()) S += ", "; in SynthesizeBlockFunc()
4155 } else if (BD->param_empty()) { in SynthesizeBlockFunc()4174 if (!BD->param_empty()) S += ", "; in SynthesizeBlockFunc()