Lines Matching full:result
199 llvm::raw_svector_ostream &Result) { in printHTMLStartTagComment() argument
200 Result << "<" << C->getTagName(); in printHTMLStartTagComment()
204 Result << " "; in printHTMLStartTagComment()
206 Result << Attr.Name; in printHTMLStartTagComment()
208 Result << "=\"" << Attr.Value << "\""; in printHTMLStartTagComment()
213 Result << ">"; in printHTMLStartTagComment()
215 Result << "/>"; in printHTMLStartTagComment()
225 FC(FC), Result(Str), Traits(Traits) in CommentASTToHTMLConverter()
256 llvm::raw_svector_ostream Result; member in __anon305b0c5b0111::CommentASTToHTMLConverter
281 Result << " "; in visitInlineCommandComment()
287 Result << "<b>"; in visitInlineCommandComment()
289 Result << "</b>"; in visitInlineCommandComment()
293 Result << "<tt>"; in visitInlineCommandComment()
295 Result<< "</tt>"; in visitInlineCommandComment()
299 Result << "<em>"; in visitInlineCommandComment()
301 Result << "</em>"; in visitInlineCommandComment()
305 Result << "<span id=\"" << Arg0 << "\"></span>"; in visitInlineCommandComment()
312 printHTMLStartTagComment(C, Result); in visitHTMLStartTagComment()
317 Result << "</" << C->getTagName() << ">"; in visitHTMLEndTagComment()
325 Result << "<p>"; in visitParagraphComment()
330 Result << "</p>"; in visitParagraphComment()
337 Result << "<p class=\"para-brief\">"; in visitBlockCommandComment()
339 Result << "</p>"; in visitBlockCommandComment()
343 Result << "<p class=\"para-returns\">" in visitBlockCommandComment()
346 Result << "</p>"; in visitBlockCommandComment()
357 Result << "<dt class=\"param-name-index-vararg\">"; in visitParamCommandComment()
360 Result << "<dt class=\"param-name-index-" in visitParamCommandComment()
366 Result << "<dt class=\"param-name-index-invalid\">"; in visitParamCommandComment()
369 Result << "</dt>"; in visitParamCommandComment()
373 Result << "<dd class=\"param-descr-index-vararg\">"; in visitParamCommandComment()
375 Result << "<dd class=\"param-descr-index-" in visitParamCommandComment()
379 Result << "<dd class=\"param-descr-index-invalid\">"; in visitParamCommandComment()
382 Result << "</dd>"; in visitParamCommandComment()
389 Result << "<dt class=\"tparam-name-index-" in visitTParamCommandComment()
393 Result << "<dt class=\"tparam-name-index-other\">"; in visitTParamCommandComment()
396 Result << "<dt class=\"tparam-name-index-invalid\">"; in visitTParamCommandComment()
400 Result << "</dt>"; in visitTParamCommandComment()
404 Result << "<dd class=\"tparam-descr-index-" in visitTParamCommandComment()
408 Result << "<dd class=\"tparam-descr-index-other\">"; in visitTParamCommandComment()
410 Result << "<dd class=\"tparam-descr-index-invalid\">"; in visitTParamCommandComment()
413 Result << "</dd>"; in visitTParamCommandComment()
422 Result << "<pre>"; in visitVerbatimBlockComment()
426 Result << '\n'; in visitVerbatimBlockComment()
428 Result << "</pre>"; in visitVerbatimBlockComment()
438 Result << "<pre>"; in visitVerbatimLineComment()
440 Result << "</pre>"; in visitVerbatimLineComment()
452 Result << "<p class=\"para-brief\">"; in visitFullComment()
454 Result << "</p>"; in visitFullComment()
466 Result << "<dl>"; in visitFullComment()
469 Result << "</dl>"; in visitFullComment()
473 Result << "<dl>"; in visitFullComment()
476 Result << "</dl>"; in visitFullComment()
480 Result << "<div class=\"result-discussion\">"; in visitFullComment()
483 Result << "</div>"; in visitFullComment()
504 Result << "&"; in appendToResultWithHTMLEscaping()
507 Result << "<"; in appendToResultWithHTMLEscaping()
510 Result << ">"; in appendToResultWithHTMLEscaping()
513 Result << """; in appendToResultWithHTMLEscaping()
516 Result << "'"; in appendToResultWithHTMLEscaping()
519 Result << "/"; in appendToResultWithHTMLEscaping()
522 Result << C; in appendToResultWithHTMLEscaping()
537 FC(FC), Result(Str), Traits(Traits), SM(SM) { } in CommentASTToXMLConverter()
572 llvm::raw_svector_ostream Result; member in __anon305b0c5b0211::CommentASTToXMLConverter
631 Result << " "; in visitInlineCommandComment()
636 Result << "<bold>"; in visitInlineCommandComment()
638 Result << "</bold>"; in visitInlineCommandComment()
642 Result << "<monospaced>"; in visitInlineCommandComment()
644 Result << "</monospaced>"; in visitInlineCommandComment()
648 Result << "<emphasized>"; in visitInlineCommandComment()
650 Result << "</emphasized>"; in visitInlineCommandComment()
654 Result << "<anchor id=\"" << Arg0 << "\"></anchor>"; in visitInlineCommandComment()
661 Result << "<rawHTML"; in visitHTMLStartTagComment()
663 Result << " isMalformed=\"1\""; in visitHTMLStartTagComment()
664 Result << ">"; in visitHTMLStartTagComment()
673 Result << "</rawHTML>"; in visitHTMLStartTagComment()
678 Result << "<rawHTML"; in visitHTMLEndTagComment()
680 Result << " isMalformed=\"1\""; in visitHTMLEndTagComment()
681 Result << "></" << C->getTagName() << "></rawHTML>"; in visitHTMLEndTagComment()
696 Result << "<Para>"; in appendParagraphCommentWithKind()
698 Result << "<Para kind=\"" << ParagraphKind << "\">"; in appendParagraphCommentWithKind()
701 Result << PrependBodyText << " "; in appendParagraphCommentWithKind()
707 Result << "</Para>"; in appendParagraphCommentWithKind()
752 Result << "<Parameter><Name>"; in visitParamCommandComment()
756 Result << "</Name>"; in visitParamCommandComment()
760 Result << "<IsVarArg />"; in visitParamCommandComment()
762 Result << "<Index>" << C->getParamIndex() << "</Index>"; in visitParamCommandComment()
765 Result << "<Direction isExplicit=\"" << C->isDirectionExplicit() << "\">"; in visitParamCommandComment()
768 Result << "in"; in visitParamCommandComment()
771 Result << "out"; in visitParamCommandComment()
774 Result << "in,out"; in visitParamCommandComment()
777 Result << "</Direction><Discussion>"; in visitParamCommandComment()
779 Result << "</Discussion></Parameter>"; in visitParamCommandComment()
784 Result << "<Parameter><Name>"; in visitTParamCommandComment()
787 Result << "</Name>"; in visitTParamCommandComment()
790 Result << "<Index>" << C->getIndex(0) << "</Index>"; in visitTParamCommandComment()
793 Result << "<Discussion>"; in visitTParamCommandComment()
795 Result << "</Discussion></Parameter>"; in visitTParamCommandComment()
806 Result << "<Verbatim xml:space=\"preserve\" kind=\"code\">"; in visitVerbatimBlockComment()
809 Result << "<Verbatim xml:space=\"preserve\" kind=\"verbatim\">"; in visitVerbatimBlockComment()
815 Result << '\n'; in visitVerbatimBlockComment()
817 Result << "</Verbatim>"; in visitVerbatimBlockComment()
827 Result << "<Verbatim xml:space=\"preserve\" kind=\"verbatim\">"; in visitVerbatimLineComment()
829 Result << "</Verbatim>"; in visitVerbatimLineComment()
841 Result << "<Other"; in visitFullComment()
845 Result << "<Function"; in visitFullComment()
850 Result << " templateKind=\"template\""; in visitFullComment()
853 Result << " templateKind=\"specialization\""; in visitFullComment()
860 Result << " isInstanceMethod=\"1\""; in visitFullComment()
862 Result << " isClassMethod=\"1\""; in visitFullComment()
866 Result << "<Class"; in visitFullComment()
871 Result << " templateKind=\"template\""; in visitFullComment()
874 Result << " templateKind=\"specialization\""; in visitFullComment()
877 Result << " templateKind=\"partialSpecialization\""; in visitFullComment()
883 Result << "<Variable"; in visitFullComment()
887 Result << "<Namespace"; in visitFullComment()
891 Result << "<Typedef"; in visitFullComment()
895 Result << "<Enum"; in visitFullComment()
908 Result << " file=\""; in visitFullComment()
910 Result << "\""; in visitFullComment()
912 Result << " line=\"" << SM.getLineNumber(FID, FileOffset) in visitFullComment()
919 Result << ">"; in visitFullComment()
924 Result << "<Name>"; in visitFullComment()
928 Result << "</Name>"; in visitFullComment()
932 Result << "<Name><anonymous></Name>"; in visitFullComment()
939 Result << "<USR>"; in visitFullComment()
941 Result << "</USR>"; in visitFullComment()
947 Result << "<Other><Name>unknown</Name>"; in visitFullComment()
951 Result << "<Headerfile>"; in visitFullComment()
953 Result << "</Headerfile>"; in visitFullComment()
958 Result << "<Declaration>"; in visitFullComment()
963 Result << "</Declaration>"; in visitFullComment()
968 Result << "<Abstract>"; in visitFullComment()
970 Result << "</Abstract>"; in visitFullComment()
972 Result << "<Abstract>"; in visitFullComment()
974 Result << "</Abstract>"; in visitFullComment()
979 Result << "<TemplateParameters>"; in visitFullComment()
982 Result << "</TemplateParameters>"; in visitFullComment()
986 Result << "<Parameters>"; in visitFullComment()
989 Result << "</Parameters>"; in visitFullComment()
993 Result << "<Exceptions>"; in visitFullComment()
996 Result << "</Exceptions>"; in visitFullComment()
1000 Result << "<ResultDiscussion>"; in visitFullComment()
1003 Result << "</ResultDiscussion>"; in visitFullComment()
1013 Result << "<Deprecated/>"; in visitFullComment()
1015 Result << "<Deprecated>"; in visitFullComment()
1017 Result << "</Deprecated>"; in visitFullComment()
1022 Result << "<Unavailable/>"; in visitFullComment()
1024 Result << "<Unavailable>"; in visitFullComment()
1026 Result << "</Unavailable>"; in visitFullComment()
1033 Result << "<Availability"; in visitFullComment()
1041 Result << " distribution=\"" << Distribution << "\">"; in visitFullComment()
1044 Result << "<IntroducedInVersion>" in visitFullComment()
1050 Result << "<DeprecatedInVersion>" in visitFullComment()
1056 Result << "<RemovedAfterVersion>" in visitFullComment()
1062 Result << "<DeprecationSummary>"; in visitFullComment()
1064 Result << "</DeprecationSummary>"; in visitFullComment()
1067 Result << "<Unavailable/>"; in visitFullComment()
1071 Result << "<Environment>" << Environment->getName() << "</Environment>"; in visitFullComment()
1073 Result << "</Availability>"; in visitFullComment()
1084 Result << "<Discussion>"; in visitFullComment()
1090 Result << "</Discussion>"; in visitFullComment()
1093 Result << RootEndTag; in visitFullComment()
1101 Result << "&"; in appendToResultWithXMLEscaping()
1104 Result << "<"; in appendToResultWithXMLEscaping()
1107 Result << ">"; in appendToResultWithXMLEscaping()
1110 Result << """; in appendToResultWithXMLEscaping()
1113 Result << "'"; in appendToResultWithXMLEscaping()
1116 Result << C; in appendToResultWithXMLEscaping()
1126 Result << "<![CDATA["; in appendToResultWithCDATAEscaping()
1130 Result << "]]]]><![CDATA[>"; in appendToResultWithCDATAEscaping()
1137 Result << S.substr(0, Pos); in appendToResultWithCDATAEscaping()
1141 Result << "]]>"; in appendToResultWithCDATAEscaping()