Searched refs:getArgText (Results 1 – 5 of 5) sorted by relevance
272 StringRef Arg0 = C->getArgText(0); in visitInlineCommandComment()279 appendToResultWithHTMLEscaping(C->getArgText(i)); in visitInlineCommandComment()621 StringRef Arg0 = C->getArgText(0); in visitInlineCommandComment()628 appendToResultWithXMLEscaping(C->getArgText(i)); in visitInlineCommandComment()
183 return cxstring::createRef(ICC->getArgText(ArgIdx)); in clang_InlineCommandComment_getArgText()249 return cxstring::createRef(BCC->getArgText(ArgIdx)); in clang_BlockCommandComment_getArgText()
360 StringRef getArgText(unsigned Idx) const { in getArgText() function672 StringRef getArgText(unsigned Idx) const { in getArgText() function
1543 Args.push_back(C->getArgText(I)); in visitInlineCommandComment()1575 Args.push_back(C->getArgText(I)); in visitBlockCommandComment()
747 OS << " Arg[" << i << "]=\"" << C->getArgText(i) << "\""; in visitInlineCommandComment()773 OS << " Arg[" << i << "]=\"" << C->getArgText(i) << "\""; in visitBlockCommandComment()