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.c564 xmlRelaxNGParserCtxtPtr RNGParser; in ValidateCommentXML() local
573 RNGParser = xmlRelaxNGNewParserCtxt(CommentSchemaFile); in ValidateCommentXML()
574 if (!RNGParser) { in ValidateCommentXML()
578 Schema = xmlRelaxNGParse(RNGParser); in ValidateCommentXML()
601 xmlRelaxNGFreeParserCtxt(RNGParser); in ValidateCommentXML()