Searched refs:param_empty (Results 1 – 4 of 4) sorted by relevance
2391 } else if (!BD->param_empty() || cast<FunctionProtoType>(AFT)->isVariadic()) { in VisitBlockExpr()2402 if (!BD->param_empty()) OS << ", "; in VisitBlockExpr()
3534 bool param_empty() const { return NumParams == 0; } in param_empty() function
3275 } else if (BD->param_empty()) { in SynthesizeBlockFunc()3294 if (!BD->param_empty()) S += ", "; in SynthesizeBlockFunc()
4130 } else if (BD->param_empty()) { in SynthesizeBlockFunc()4149 if (!BD->param_empty()) S += ", "; in SynthesizeBlockFunc()