Searched refs:getParamName (Results 1 – 4 of 4) sorted by relevance
294 StringRef ParamCommandComment::getParamName(const FullComment *FC) const { in getParamName() function in clang::comments::ParamCommandComment299 StringRef TParamCommandComment::getParamName(const FullComment *FC) const { in getParamName() function in clang::comments::TParamCommandComment
1888 OS << " Param=\"" << C->getParamName(FC) << "\""; in visitParamCommandComment()1900 OS << " Param=\"" << C->getParamName(FC) << "\""; in visitTParamCommandComment()
677 appendToResultWithHTMLEscaping(C->getParamName(FC)); in visitParamCommandComment()704 appendToResultWithHTMLEscaping(C->getParamName(FC)); in visitTParamCommandComment()1065 appendToResultWithXMLEscaping(C->isParamIndexValid() ? C->getParamName(FC) in visitParamCommandComment()1092 appendToResultWithXMLEscaping(C->isPositionValid() ? C->getParamName(FC) in visitTParamCommandComment()
744 StringRef getParamName(const FullComment *FC) const;803 StringRef getParamName(const FullComment *FC) const;