Searched refs:param_empty (Results 1 – 4 of 4) sorted by relevance
1839 } else if (!BD->param_empty() || cast<FunctionProtoType>(AFT)->isVariadic()) { in VisitBlockExpr()1852 if (!BD->param_empty()) OS << ", "; in VisitBlockExpr()
3151 bool param_empty() const { return NumParams == 0; } in param_empty() function
3342 } else if (BD->param_empty()) { in SynthesizeBlockFunc()3361 if (!BD->param_empty()) S += ", "; in SynthesizeBlockFunc()
3737 } else if (BD->param_empty()) { in SynthesizeBlockFunc()3756 if (!BD->param_empty()) S += ", "; in SynthesizeBlockFunc()