Home
last modified time | relevance | path

Searched refs:param_empty (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DStmtPrinter.cpp2160 } else if (!BD->param_empty() || cast<FunctionProtoType>(AFT)->isVariadic()) { in VisitBlockExpr()
2171 if (!BD->param_empty()) OS << ", "; in VisitBlockExpr()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDecl.h3423 bool param_empty() const { return NumParams == 0; } in param_empty() function
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3286 } else if (BD->param_empty()) { in SynthesizeBlockFunc()
3305 if (!BD->param_empty()) S += ", "; in SynthesizeBlockFunc()
H A DRewriteModernObjC.cpp4155 } else if (BD->param_empty()) { in SynthesizeBlockFunc()
4174 if (!BD->param_empty()) S += ", "; in SynthesizeBlockFunc()