Searched refs:getParamName (Results 1 – 7 of 7) sorted by relevance
375 StringRef ParamCommandComment::getParamName(const FullComment *FC) const { in getParamName() function in clang::comments::ParamCommandComment382 StringRef TParamCommandComment::getParamName(const FullComment *FC) const { in getParamName() function in clang::comments::TParamCommandComment
1825 JOS.attribute("param", C->isParamIndexValid() ? C->getParamName(FC) in visitParamCommandComment()1835 JOS.attribute("param", C->isPositionValid() ? C->getParamName(FC) in visitTParamCommandComment()
1192 OS << " Param=\"" << C->getParamName(FC) << "\""; in visitParamCommandComment()1205 OS << " Param=\"" << C->getParamName(FC) << "\""; in visitTParamCommandComment()
362 appendToResultWithHTMLEscaping(C->getParamName(FC)); in visitParamCommandComment()393 appendToResultWithHTMLEscaping(C->getParamName(FC)); in visitTParamCommandComment()753 ? C->getParamName(FC) in visitParamCommandComment()784 appendToResultWithXMLEscaping(C->isPositionValid() ? C->getParamName(FC) in visitTParamCommandComment()
135 std::string getParamName(const Function *F, int Idx) const;
1313 const std::string ParamSym = TLI->getParamName(F, Arg.getArgNo()); in emitFunctionParamList()1447 << TLI->getParamName(F, /* vararg */ -1) << "[]"; in emitFunctionParamList()
3340 getParamName(&DAG.getMachineFunction().getFunction(), I)); in getParamSymbol()4690 std::string NVPTXTargetLowering::getParamName(const Function *F, in getParamName() function in NVPTXTargetLowering