Lines Matching refs:Arg0
272 StringRef Arg0 = C->getArgText(0); in visitInlineCommandComment() local
273 if (Arg0.empty()) in visitInlineCommandComment()
287 appendToResultWithHTMLEscaping(Arg0); in visitInlineCommandComment()
293 appendToResultWithHTMLEscaping(Arg0); in visitInlineCommandComment()
299 appendToResultWithHTMLEscaping(Arg0); in visitInlineCommandComment()
304 Result << "<span id=\"" << Arg0 << "\"></span>"; in visitInlineCommandComment()
621 StringRef Arg0 = C->getArgText(0); in visitInlineCommandComment() local
622 if (Arg0.empty()) in visitInlineCommandComment()
635 appendToResultWithXMLEscaping(Arg0); in visitInlineCommandComment()
641 appendToResultWithXMLEscaping(Arg0); in visitInlineCommandComment()
647 appendToResultWithXMLEscaping(Arg0); in visitInlineCommandComment()
652 Result << "<anchor id=\"" << Arg0 << "\"></anchor>"; in visitInlineCommandComment()