Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DMacroPPCallbacks.cpp29 if (!MI.param_empty()) { in writeMacroDefinition()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DAnyCall.h162 bool param_empty() const { return parameters().empty(); } in param_empty() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DMacroInfo.h179 bool param_empty() const { return NumParameters == 0; } in param_empty() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp40 if (!MI.param_empty()) { in PrintMacroDefinition()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtPrinter.cpp2499 } else if (!BD->param_empty() || cast<FunctionProtoType>(AFT)->isVariadic()) { in VisitBlockExpr()
2510 if (!BD->param_empty()) OS << ", "; in VisitBlockExpr()
H A DTextNodeDumper.cpp1645 if (!D->param_empty() && !D->param_begin()) in VisitFunctionDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h2463 bool param_empty() const { return parameters().empty(); } in param_empty() function
4211 bool param_empty() const { return parameters().empty(); } in param_empty() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3279 } else if (BD->param_empty()) { in SynthesizeBlockFunc()
3298 if (!BD->param_empty()) S += ", "; in SynthesizeBlockFunc()
H A DRewriteModernObjC.cpp4068 } else if (BD->param_empty()) { in SynthesizeBlockFunc()
4087 if (!BD->param_empty()) S += ", "; in SynthesizeBlockFunc()