Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DComment.cpp295 StringRef ParamCommandComment::getParamName(const FullComment *FC) const { in getParamName() function in clang::comments::ParamCommandComment
302 StringRef TParamCommandComment::getParamName(const FullComment *FC) const { in getParamName() function in clang::comments::TParamCommandComment
DASTDumper.cpp2063 OS << " Param=\"" << C->getParamName(FC) << "\""; in visitParamCommandComment()
2075 OS << " Param=\"" << C->getParamName(FC) << "\""; in visitTParamCommandComment()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Index/
DCommentToXML.cpp362 appendToResultWithHTMLEscaping(C->getParamName(FC)); in visitParamCommandComment()
393 appendToResultWithHTMLEscaping(C->getParamName(FC)); in visitTParamCommandComment()
738 ? C->getParamName(FC) in visitParamCommandComment()
769 appendToResultWithXMLEscaping(C->isPositionValid() ? C->getParamName(FC) in visitTParamCommandComment()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DComment.h747 StringRef getParamName(const FullComment *FC) const;
817 StringRef getParamName(const FullComment *FC) const;