Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DComment.cpp324 StringRef ParamCommandComment::getParamName(const FullComment *FC) const { in getParamName() function in clang::comments::ParamCommandComment
331 StringRef TParamCommandComment::getParamName(const FullComment *FC) const { in getParamName() function in clang::comments::TParamCommandComment
DASTDumper.cpp2402 OS << " Param=\"" << C->getParamName(FC) << "\""; in visitParamCommandComment()
2414 OS << " Param=\"" << C->getParamName(FC) << "\""; in visitTParamCommandComment()
/external/llvm-project/clang/lib/AST/
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
DJSONNodeDumper.cpp1595 JOS.attribute("param", C->isParamIndexValid() ? C->getParamName(FC) in visitParamCommandComment()
1605 JOS.attribute("param", C->isPositionValid() ? C->getParamName(FC) in visitTParamCommandComment()
DTextNodeDumper.cpp788 OS << " Param=\"" << C->getParamName(FC) << "\""; in visitParamCommandComment()
801 OS << " Param=\"" << C->getParamName(FC) << "\""; in visitTParamCommandComment()
/external/llvm-project/clang/lib/Index/
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()
/external/clang/lib/Index/
DCommentToXML.cpp361 appendToResultWithHTMLEscaping(C->getParamName(FC)); in visitParamCommandComment()
392 appendToResultWithHTMLEscaping(C->getParamName(FC)); in visitTParamCommandComment()
744 ? C->getParamName(FC) in visitParamCommandComment()
775 appendToResultWithXMLEscaping(C->isPositionValid() ? C->getParamName(FC) in visitTParamCommandComment()
/external/llvm-project/clang/include/clang/AST/
DComment.h762 StringRef getParamName(const FullComment *FC) const;
832 StringRef getParamName(const FullComment *FC) const;
/external/clang/include/clang/AST/
DComment.h768 StringRef getParamName(const FullComment *FC) const;
838 StringRef getParamName(const FullComment *FC) const;