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.c560 xmlRelaxNGParserCtxtPtr RNGParser; in ValidateCommentXML() local
569 RNGParser = xmlRelaxNGNewParserCtxt(CommentSchemaFile); in ValidateCommentXML()
570 if (!RNGParser) { in ValidateCommentXML()
574 Schema = xmlRelaxNGParse(RNGParser); in ValidateCommentXML()
597 xmlRelaxNGFreeParserCtxt(RNGParser); in ValidateCommentXML()