Home
last modified time | relevance | path

Searched refs:XML (Results 1 – 25 of 32) sorted by relevance

12

/llvm-project-15.0.7/lldb/unittests/Host/
H A DXMLTest.cpp48 TEST(XML, GetAs) { in TEST() argument
92 TEST(XML, GracefulNoXML) { in TEST() argument
/llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/shtest-format/external_shell/
H A Dfail_with_control_chars.txt2 # This tests checks that the xunit output correctly escapes them in the XML.
/llvm-project-15.0.7/clang/include/clang/Index/
H A DCommentToXML.h37 SmallVectorImpl<char> &XML,
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXComment.cpp403 SmallString<1024> XML; in clang_FullComment_getAsXML() local
405 ->convertCommentToXML(FC, XML, cxtu::getASTUnit(TU)->getASTContext()); in clang_FullComment_getAsXML()
406 return cxstring::createDup(XML.str()); in clang_FullComment_getAsXML()
/llvm-project-15.0.7/clang/test/Index/
H A Dcomment-objc-parameterized-classes.m6 // Ensure that XML we generate is not invalid.
H A Dannotate-comments-typedef.m7 // Ensure that XML we generate is not invalid.
H A Dannotate-comments-property-accessor.m7 // Ensure that XML we generate is not invalid.
H A Dcomment-objc-decls.m6 // Ensure that XML we generate is not invalid.
H A Dannotate-comments-objc.m95 // Ensure that XML is not invalid
H A Dheaderfile-comment-to-html.m7 // Ensure that XML we generate is not invalid.
H A Doverriding-method-comments.mm7 // Ensure that XML we generate is not invalid.
/llvm-project-15.0.7/lldb/include/lldb/
H A Dmodule.modulemap54 module XML { header "Host/XML.h" export * }
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Host/
H A DBUILD.gn48 "common/XML.cpp",
/llvm-project-15.0.7/lldb/source/Host/
H A DCMakeLists.txt44 common/XML.cpp
/llvm-project-15.0.7/lldb/docs/
H A Ddoxygen.cfg.in1005 # the directory name containing the HTML and XML files should also have
1240 # configuration options related to the XML output
1244 # generate an XML file that captures the structure of
1255 # The XML_SCHEMA tag can be used to specify an XML schema,
1256 # which can be used by a validating XML parser to check the
1257 # syntax of the XML files.
1261 # The XML_DTD tag can be used to specify an XML DTD,
1262 # which can be used by a validating XML parser to check the
1263 # syntax of the XML files.
1269 # and cross-referencing information) to the XML output. Note that
[all …]
/llvm-project-15.0.7/openmp/runtime/doc/doxygen/
H A Dconfig250 # can mix doxygen, HTML, and XML commands with Markdown formatting.
1137 # the directory name containing the HTML and XML files should also have
1412 # configuration options related to the XML output
1416 # generate an XML file that captures the structure of
1427 # The XML_SCHEMA tag can be used to specify an XML schema,
1428 # which can be used by a validating XML parser to check the
1429 # syntax of the XML files.
1433 # The XML_DTD tag can be used to specify an XML DTD,
1434 # which can be used by a validating XML parser to check the
1435 # syntax of the XML files.
[all …]
/llvm-project-15.0.7/clang/lib/Index/
H A DCommentToXML.cpp1146 SmallVectorImpl<char> &XML, in convertCommentToXML() argument
1148 CommentASTToXMLConverter Converter(FC, XML, Context.getCommentCommandTraits(), in convertCommentToXML()
/llvm-project-15.0.7/bolt/docs/
H A Ddoxygen.cfg.in281 # mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in
1329 # the directory name containing the HTML and XML files should also have this
1491 # script for searching. Instead the search results are written to an XML file
1782 # Configuration options related to the XML output
1785 # If the GENERATE_XML tag is set to YES doxygen will generate an XML file that
1791 # The XML_OUTPUT tag is used to specify where the XML pages will be put. If a
1800 # validating XML parser to check the syntax of the XML files.
1805 # The XML_DTD tag can be used to specify a XML DTD, which can be used by a
1806 # validating XML parser to check the syntax of the XML files.
1813 # the XML output. Note that enabling this will significantly increase the size
[all …]
/llvm-project-15.0.7/polly/docs/
H A Ddoxygen.cfg.in279 # mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in
1325 # the directory name containing the HTML and XML files should also have this
1487 # script for searching. Instead the search results are written to an XML file
1778 # Configuration options related to the XML output
1781 # If the GENERATE_XML tag is set to YES doxygen will generate an XML file that
1787 # The XML_OUTPUT tag is used to specify where the XML pages will be put. If a
1796 # validating XML parser to check the syntax of the XML files.
1801 # The XML_DTD tag can be used to specify a XML DTD, which can be used by a
1802 # validating XML parser to check the syntax of the XML files.
1809 # the XML output. Note that enabling this will significantly increase the size
[all …]
/llvm-project-15.0.7/flang/docs/
H A Ddoxygen.cfg.in281 # mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in
1327 # the directory name containing the HTML and XML files should also have this
1489 # script for searching. Instead the search results are written to an XML file
1780 # Configuration options related to the XML output
1783 # If the GENERATE_XML tag is set to YES doxygen will generate an XML file that
1789 # The XML_OUTPUT tag is used to specify where the XML pages will be put. If a
1798 # validating XML parser to check the syntax of the XML files.
1803 # The XML_DTD tag can be used to specify a XML DTD, which can be used by a
1804 # validating XML parser to check the syntax of the XML files.
1811 # the XML output. Note that enabling this will significantly increase the size
[all …]
/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dc-index-test.c717 CXString XML; in PrintCursorComments() local
718 XML = clang_FullComment_getAsXML(Comment); in PrintCursorComments()
719 PrintCXStringWithPrefix("FullCommentAsXML", XML); in PrintCursorComments()
720 ValidateCommentXML(clang_getCString(XML), CommentSchemaFile); in PrintCursorComments()
721 clang_disposeString(XML); in PrintCursorComments()
/llvm-project-15.0.7/llvm/docs/
H A DBitCodeFormat.rst25 XML in some ways. Like XML, bitstream files contain tags, and nested
27 Unlike XML, the bitstream format is a binary encoding, and unlike XML it
H A Ddoxygen.cfg.in280 # mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in
1315 # Eclipse, the contents of the directory containing the HTML and XML files needs
1325 # the directory name containing the HTML and XML files should also have this
1487 # script for searching. Instead the search results are written to an XML file
1778 # Configuration options related to the XML output
1781 # If the GENERATE_XML tag is set to YES doxygen will generate an XML file that
1787 # The XML_OUTPUT tag is used to specify where the XML pages will be put. If a
1797 # the XML output. Note that enabling this will significantly increase the size
1798 # of the XML output.
/llvm-project-15.0.7/clang/docs/
H A Ddoxygen.cfg.in279 # mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in
1314 # Eclipse, the contents of the directory containing the HTML and XML files needs
1324 # the directory name containing the HTML and XML files should also have this
1486 # script for searching. Instead the search results are written to an XML file
1777 # Configuration options related to the XML output
1780 # If the GENERATE_XML tag is set to YES doxygen will generate an XML file that
1786 # The XML_OUTPUT tag is used to specify where the XML pages will be put. If a
1796 # the XML output. Note that enabling this will significantly increase the size
1797 # of the XML output.
/llvm-project-15.0.7/clang-tools-extra/docs/
H A Ddoxygen.cfg.in279 # mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in
1325 # Eclipse, the contents of the directory containing the HTML and XML files needs
1335 # the directory name containing the HTML and XML files should also have this
1497 # script for searching. Instead the search results are written to an XML file
1788 # Configuration options related to the XML output
1791 # If the GENERATE_XML tag is set to YES doxygen will generate an XML file that
1797 # The XML_OUTPUT tag is used to specify where the XML pages will be put. If a
1807 # the XML output. Note that enabling this will significantly increase the size
1808 # of the XML output.

12