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

/openbsd-current/gnu/llvm/clang/lib/AST/
H A DComment.cpp364 StringRef ParamCommandComment::getParamName(const FullComment *FC) const { function in class:clang::comments::ParamCommandComment
371 StringRef TParamCommandComment::getParamName(const FullComment *FC) const { function in class:clang::comments::TParamCommandComment
H A DJSONNodeDumper.cpp1689 JOS.attribute("param", C->isParamIndexValid() ? C->getParamName(FC)
1699 JOS.attribute("param", C->isPositionValid() ? C->getParamName(FC)
/openbsd-current/gnu/llvm/clang/lib/Index/
H A DCommentToXML.cpp362 appendToResultWithHTMLEscaping(C->getParamName(FC));
393 appendToResultWithHTMLEscaping(C->getParamName(FC));
741 ? C->getParamName(FC)
772 appendToResultWithXMLEscaping(C->isPositionValid() ? C->getParamName(FC)
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DComment.h745 StringRef getParamName(const FullComment *FC) const;
815 StringRef getParamName(const FullComment *FC) const;

Completed in 395 milliseconds