Searched refs:getArgText (Results 1 – 12 of 12) sorted by relevance
184 return cxstring::createRef(ICC->getArgText(ArgIdx)); in clang_InlineCommandComment_getArgText()250 return cxstring::createRef(BCC->getArgText(ArgIdx)); in clang_BlockCommandComment_getArgText()
183 return cxstring::createRef(ICC->getArgText(ArgIdx)); in clang_InlineCommandComment_getArgText()249 return cxstring::createRef(BCC->getArgText(ArgIdx)); in clang_BlockCommandComment_getArgText()
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()
275 StringRef Arg0 = C->getArgText(0); in visitInlineCommandComment()282 appendToResultWithHTMLEscaping(C->getArgText(i)); in visitInlineCommandComment()629 StringRef Arg0 = C->getArgText(0); in visitInlineCommandComment()636 appendToResultWithXMLEscaping(C->getArgText(i)); in visitInlineCommandComment()
366 StringRef getArgText(unsigned Idx) const { in getArgText() function678 StringRef getArgText(unsigned Idx) const { in getArgText() function
360 StringRef getArgText(unsigned Idx) const { in getArgText() function672 StringRef getArgText(unsigned Idx) const { in getArgText() function
108 CurrentCI.Args.push_back(C->getArgText(I)); in visitInlineCommandComment()132 CurrentCI.Args.push_back(C->getArgText(I)); in visitBlockCommandComment()
1541 Args.push_back(C->getArgText(I)); in visitInlineCommandComment()1573 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()
2366 OS << " Arg[" << i << "]=\"" << C->getArgText(i) << "\""; in visitInlineCommandComment()2389 OS << " Arg[" << i << "]=\"" << C->getArgText(i) << "\""; in visitBlockCommandComment()
314 StringRef ActualArg = ICC->getArgText(0); in HasInlineCommandAt()
316 StringRef ActualArg = ICC->getArgText(0); in HasInlineCommandAt()