Searched defs:CommentSchemaFile (Results 1 - 1 of 1) sorted by relevance

/external/clang/tools/c-index-test/
H A Dc-index-test.c285 const char *CommentSchemaFile = NULL; local
288 return CommentSchemaFile;
291 CommentSchemaFile = argv[0] + strlen(CommentsSchemaArg);
293 return CommentSchemaFile;
558 static void ValidateCommentXML(const char *Str, const char *CommentSchemaFile) { argument
566 if (!CommentSchemaFile)
569 RNGParser = xmlRelaxNGNewParserCtxt(CommentSchemaFile);
602 const char *CommentSchemaFile) {
633 ValidateCommentXML(clang_getCString(XML), CommentSchemaFile); local
655 static void PrintCursor(CXCursor Cursor, const char *CommentSchemaFile) { argument
601 PrintCursorComments(CXCursor Cursor, const char *CommentSchemaFile) argument
1074 const char *CommentSchemaFile; member in struct:__anon3182
1514 perform_test_load(CXIndex Idx, CXTranslationUnit TU, const char *filter, const char *prefix, CXCursorVisitor Visitor, PostVisitTU PV, const char *CommentSchemaFile) argument
1591 const char *CommentSchemaFile; local
[all...]

Completed in 35 milliseconds