Home
last modified time | relevance | path

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

/external/clang/tools/c-index-test/
Dc-index-test.c547 xmlRelaxNGParserCtxtPtr RNGParser; in ValidateCommentXML() local
556 RNGParser = xmlRelaxNGNewParserCtxt(CommentSchemaFile); in ValidateCommentXML()
557 if (!RNGParser) { in ValidateCommentXML()
561 Schema = xmlRelaxNGParse(RNGParser); in ValidateCommentXML()
584 xmlRelaxNGFreeParserCtxt(RNGParser); in ValidateCommentXML()