Searched refs:getParamName (Results 1 – 6 of 6) sorted by relevance
364 StringRef ParamCommandComment::getParamName(const FullComment *FC) const { in getParamName() function in clang::comments::ParamCommandComment371 StringRef TParamCommandComment::getParamName(const FullComment *FC) const { in getParamName() function in clang::comments::TParamCommandComment
1657 JOS.attribute("param", C->isParamIndexValid() ? C->getParamName(FC) in visitParamCommandComment()1667 JOS.attribute("param", C->isPositionValid() ? C->getParamName(FC) in visitTParamCommandComment()
831 OS << " Param=\"" << C->getParamName(FC) << "\""; in visitParamCommandComment()844 OS << " Param=\"" << C->getParamName(FC) << "\""; in visitTParamCommandComment()
362 appendToResultWithHTMLEscaping(C->getParamName(FC)); in visitParamCommandComment()393 appendToResultWithHTMLEscaping(C->getParamName(FC)); in visitTParamCommandComment()741 ? C->getParamName(FC) in visitParamCommandComment()772 appendToResultWithXMLEscaping(C->isPositionValid() ? C->getParamName(FC) in visitTParamCommandComment()
745 StringRef getParamName(const FullComment *FC) const;815 StringRef getParamName(const FullComment *FC) const;
1987 llvm::StringRef getParamName() { return getFieldId(); }