Home
last modified time | relevance | path

Searched refs:CommentSchemaFile (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c365 const char *CommentSchemaFile = NULL; in parse_comments_schema() local
368 return CommentSchemaFile; in parse_comments_schema()
371 CommentSchemaFile = argv[0] + strlen(CommentsSchemaArg); in parse_comments_schema()
373 return CommentSchemaFile; in parse_comments_schema()
645 static void ValidateCommentXML(const char *Str, const char *CommentSchemaFile) { in ValidateCommentXML() argument
653 if (!CommentSchemaFile) in ValidateCommentXML()
656 RNGParser = xmlRelaxNGNewParserCtxt(CommentSchemaFile); in ValidateCommentXML()
689 const char *CommentSchemaFile) { in PrintCursorComments() argument
720 ValidateCommentXML(clang_getCString(XML), CommentSchemaFile); in PrintCursorComments()
764 static void PrintCursor(CXCursor Cursor, const char *CommentSchemaFile) { in PrintCursor() argument
[all …]