Searched refs:param_empty (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DMacroPPCallbacks.cpp29 if (!MI.param_empty()) {
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnyCall.h154 bool param_empty() const { return parameters().empty(); } function in class:clang::AnyCall
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h179 bool param_empty() const { return NumParameters == 0; } function in class:clang::MacroInfo
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp2474 } else if (!BD->param_empty() || cast<FunctionProtoType>(AFT)->isVariadic()) {
2485 if (!BD->param_empty()) OS << ", ";
H A DTextNodeDumper.cpp1345 if (!D->param_empty() && !D->param_begin())
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp40 if (!MI.param_empty()) {
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2410 bool param_empty() const { return parameters().empty(); }
4134 bool param_empty() const { return parameters().empty(); }
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3272 } else if (BD->param_empty()) {
3291 if (!BD->param_empty()) S += ", ";
H A DRewriteModernObjC.cpp4060 } else if (BD->param_empty()) {
4079 if (!BD->param_empty()) S += ", ";

Completed in 264 milliseconds