Home | History | Annotate | Download | only in c-index-test

Lines Matching defs:XML

288   const char *CommentsSchemaArg = "-comments-xml-schema=";
584 printf(" CommentXMLInvalid [not well-formed XML: %s]", Error->message);
594 printf(" CommentXMLInvalid [not vaild XML: %s]", Error->message);
634 CXString XML;
635 XML = clang_FullComment_getAsXML(Comment);
636 PrintCXStringWithPrefix("FullCommentAsXML", XML);
637 ValidateCommentXML(clang_getCString(XML), CommentSchemaFile);
638 clang_disposeString(XML);