Lines Matching refs:Arg0
273 StringRef Arg0 = C->getArgText(0); in visitInlineCommandComment() local
274 if (Arg0.empty()) in visitInlineCommandComment()
288 appendToResultWithHTMLEscaping(Arg0); in visitInlineCommandComment()
294 appendToResultWithHTMLEscaping(Arg0); in visitInlineCommandComment()
300 appendToResultWithHTMLEscaping(Arg0); in visitInlineCommandComment()
305 Result << "<span id=\"" << Arg0 << "\"></span>"; in visitInlineCommandComment()
623 StringRef Arg0 = C->getArgText(0); in visitInlineCommandComment() local
624 if (Arg0.empty()) in visitInlineCommandComment()
637 appendToResultWithXMLEscaping(Arg0); in visitInlineCommandComment()
643 appendToResultWithXMLEscaping(Arg0); in visitInlineCommandComment()
649 appendToResultWithXMLEscaping(Arg0); in visitInlineCommandComment()
654 Result << "<anchor id=\"" << Arg0 << "\"></anchor>"; in visitInlineCommandComment()