Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDMacroPPCallbacks.cpp29 if (!MI.param_empty()) { in writeMacroDefinition()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
HDAnyCall.h163 bool param_empty() const { return parameters().empty(); } in param_empty() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDByteCodeEmitter.cpp38 if (!FuncDecl->param_empty() && !FuncDecl->param_begin()) in compileFunc()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
HDMacroInfo.h181 bool param_empty() const { return NumParameters == 0; } in param_empty() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
HDPrintPreprocessedOutput.cpp40 if (!MI.param_empty()) { in PrintMacroDefinition()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDStmtPrinter.cpp2755 } else if (!BD->param_empty() || cast<FunctionProtoType>(AFT)->isVariadic()) { in VisitBlockExpr()
2766 if (!BD->param_empty()) OS << ", "; in VisitBlockExpr()
HDTextNodeDumper.cpp2176 if (!D->param_empty() && !D->param_begin()) in VisitFunctionDecl()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDDecl.h2657 bool param_empty() const { return parameters().empty(); } in param_empty() function
4564 bool param_empty() const { return parameters().empty(); } in param_empty() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
HDRewriteObjC.cpp3267 } else if (BD->param_empty()) { in SynthesizeBlockFunc()
3286 if (!BD->param_empty()) S += ", "; in SynthesizeBlockFunc()
HDRewriteModernObjC.cpp4056 } else if (BD->param_empty()) { in SynthesizeBlockFunc()
4075 if (!BD->param_empty()) S += ", "; in SynthesizeBlockFunc()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDecl.cpp15763 return isa<CXXMethodDecl>(FD) && FD->param_empty() && in methodHasName()