Searched refs:param_empty (Results 1 – 4 of 4) sorted by relevance
1928 } else if (!BD->param_empty() || cast<FunctionProtoType>(AFT)->isVariadic()) { in VisitBlockExpr()1939 if (!BD->param_empty()) OS << ", "; in VisitBlockExpr()
3195 bool param_empty() const { return NumParams == 0; } in param_empty() function
3341 } else if (BD->param_empty()) { in SynthesizeBlockFunc()3360 if (!BD->param_empty()) S += ", "; in SynthesizeBlockFunc()
4237 } else if (BD->param_empty()) { in SynthesizeBlockFunc()4256 if (!BD->param_empty()) S += ", "; in SynthesizeBlockFunc()