Lines Matching defs:CommentSchemaFile
409 const char *CommentSchemaFile = NULL;
412 return CommentSchemaFile;
415 CommentSchemaFile = argv[0] + strlen(CommentsSchemaArg);
417 return CommentSchemaFile;
689 static void ValidateCommentXML(const char *Str, const char *CommentSchemaFile) {
697 if (!CommentSchemaFile)
700 RNGParser = xmlRelaxNGNewParserCtxt(CommentSchemaFile);
733 const char *CommentSchemaFile) {
764 ValidateCommentXML(clang_getCString(XML), CommentSchemaFile);
808 static void PrintCursor(CXCursor Cursor, const char *CommentSchemaFile) {
1143 PrintCursorComments(Cursor, CommentSchemaFile);
1347 const char *CommentSchemaFile;
1361 PrintCursor(Cursor, Data->CommentSchemaFile);
1431 PrintCursor(Ref, Data->CommentSchemaFile);
2024 const char *CommentSchemaFile) {
2060 Data.CommentSchemaFile = CommentSchemaFile;
2102 const char *CommentSchemaFile;
2121 if ((CommentSchemaFile = parse_comments_schema(argc, argv))) {
2166 CommentSchemaFile);
2299 /*CommentSchemaFile=*/NULL);
2327 /*CommentSchemaFile=*/NULL);