Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DMacroPPCallbacks.cpp29 if (!MI.param_empty()) { in writeMacroDefinition()
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DAnyCall.h163 bool param_empty() const { return parameters().empty(); } in param_empty() function
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DMacroInfo.h181 bool param_empty() const { return NumParameters == 0; } in param_empty() function
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp40 if (!MI.param_empty()) { in PrintMacroDefinition()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtPrinter.cpp2690 } else if (!BD->param_empty() || cast<FunctionProtoType>(AFT)->isVariadic()) { in VisitBlockExpr()
2701 if (!BD->param_empty()) OS << ", "; in VisitBlockExpr()
H A DTextNodeDumper.cpp1750 if (!D->param_empty() && !D->param_begin()) in VisitFunctionDecl()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h2595 bool param_empty() const { return parameters().empty(); } in param_empty() function
4429 bool param_empty() const { return parameters().empty(); } in param_empty() function
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3267 } else if (BD->param_empty()) { in SynthesizeBlockFunc()
3286 if (!BD->param_empty()) S += ", "; in SynthesizeBlockFunc()
H A DRewriteModernObjC.cpp4058 } else if (BD->param_empty()) { in SynthesizeBlockFunc()
4077 if (!BD->param_empty()) S += ", "; in SynthesizeBlockFunc()