Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DComment.cpp294 StringRef ParamCommandComment::getParamName(const FullComment *FC) const { in getParamName() function in clang::comments::ParamCommandComment
299 StringRef TParamCommandComment::getParamName(const FullComment *FC) const { in getParamName() function in clang::comments::TParamCommandComment
DASTDumper.cpp1888 OS << " Param=\"" << C->getParamName(FC) << "\""; in visitParamCommandComment()
1900 OS << " Param=\"" << C->getParamName(FC) << "\""; in visitTParamCommandComment()
/external/clang/tools/libclang/
DCXComment.cpp677 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()
/external/clang/include/clang/AST/
DComment.h744 StringRef getParamName(const FullComment *FC) const;
803 StringRef getParamName(const FullComment *FC) const;