Home
last modified time | relevance | path

Searched refs:getParamName (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DComment.cpp371 StringRef ParamCommandComment::getParamName(const FullComment *FC) const { in getParamName() function in clang::comments::ParamCommandComment
378 StringRef TParamCommandComment::getParamName(const FullComment *FC) const { in getParamName() function in clang::comments::TParamCommandComment
H A DJSONNodeDumper.cpp1597 JOS.attribute("param", C->isParamIndexValid() ? C->getParamName(FC) in visitParamCommandComment()
1607 JOS.attribute("param", C->isPositionValid() ? C->getParamName(FC) in visitTParamCommandComment()
H A DTextNodeDumper.cpp788 OS << " Param=\"" << C->getParamName(FC) << "\""; in visitParamCommandComment()
801 OS << " Param=\"" << C->getParamName(FC) << "\""; in visitTParamCommandComment()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DCommentToXML.cpp362 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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComment.h762 StringRef getParamName(const FullComment *FC) const;
832 StringRef getParamName(const FullComment *FC) const;