HomeSort by relevance Sort by last modified time
    Searched refs:document_iterator (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/Support/
YAMLParser.h 27 // for (yaml::document_iterator di = stream.begin(), de = stream.end();
55 class document_iterator;
83 document_iterator begin();
84 document_iterator end();
527 friend class document_iterator;
562 class document_iterator { class in namespace:llvm::yaml
564 document_iterator() : Doc(nullptr) {} function in class:llvm::yaml::document_iterator
565 document_iterator(std::unique_ptr<Document> &D) : Doc(&D) {} function in class:llvm::yaml::document_iterator
567 bool operator==(const document_iterator &Other) {
573 bool operator!=(const document_iterator &Other) { return !(*this == Other);
    [all...]
YAMLTraits.h     [all...]
  /external/llvm/utils/yaml-bench/
YAMLBench.cpp 133 for (yaml::document_iterator di = stream.begin(), de = stream.end(); di != de;
  /external/clang/lib/Tooling/
JSONCompilationDatabase.cpp 240 llvm::yaml::document_iterator I = YAMLStream.begin();
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp     [all...]
  /external/clang/lib/Basic/
VirtualFileSystem.cpp     [all...]

Completed in 191 milliseconds