HomeSort by relevance Sort by last modified time
    Searched defs:Doc (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Support/
YAMLParser.h 151 OwningPtr<Document> &Doc;
512 document_iterator() : Doc(0) {}
513 document_iterator(OwningPtr<Document> &D) : Doc(&D) {}
519 return *Doc == *Other.Doc;
526 assert(Doc != 0 && "incrementing iterator past the end.");
527 if (!(*Doc)->skip()) {
528 Doc->reset(0);
530 Stream &S = (*Doc)->stream;
531 Doc->reset(new Document(S))
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 481 xmlDocPtr Doc;
498 Doc = xmlParseDoc((const xmlChar *) Str);
500 if (!Doc) {
507 status = xmlRelaxNGValidateDoc(ValidationCtxt, Doc);
517 xmlFreeDoc(Doc);
    [all...]

Completed in 2617 milliseconds