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

/external/clang/tools/c-index-test/
H A Dc-index-test.c272 const char *CommentSchemaFile = NULL; local
275 return CommentSchemaFile;
278 CommentSchemaFile = argv[0] + strlen(CommentsSchemaArg);
280 return CommentSchemaFile;
545 static void ValidateCommentXML(const char *Str, const char *CommentSchemaFile) { argument
553 if (!CommentSchemaFile)
556 RNGParser = xmlRelaxNGNewParserCtxt(CommentSchemaFile);
589 const char *CommentSchemaFile) {
620 ValidateCommentXML(clang_getCString(XML), CommentSchemaFile); local
642 static void PrintCursor(CXCursor Cursor, const char *CommentSchemaFile) { argument
588 PrintCursorComments(CXCursor Cursor, const char *CommentSchemaFile) argument
1059 const char *CommentSchemaFile; member in struct:__anon2754
1452 perform_test_load(CXIndex Idx, CXTranslationUnit TU, const char *filter, const char *prefix, CXCursorVisitor Visitor, PostVisitTU PV, const char *CommentSchemaFile) argument
1529 const char *CommentSchemaFile; local
[all...]

Completed in 62 milliseconds