Home | History | Annotate | Download | only in Basic

Lines Matching defs:DI

877   yaml::document_iterator DI = Stream.begin();
878 yaml::Node *Root = DI->getRoot();
879 if (DI == Stream.end() || !Root) {