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

  /external/llvm/include/llvm/Support/
YAMLParser.h 27 // for (yaml::document_iterator di = stream.begin(), de = stream.end();
57 class document_iterator;
86 document_iterator begin();
87 document_iterator end();
484 friend class document_iterator;
519 class document_iterator { class in namespace:llvm::yaml
521 document_iterator() : Doc(nullptr) {} function in class:llvm::yaml::document_iterator
522 document_iterator(std::unique_ptr<Document> &D) : Doc(&D) {} function in class:llvm::yaml::document_iterator
524 bool operator==(const document_iterator &Other) {
530 bool operator!=(const document_iterator &Other) { return !(*this == Other);
    [all...]
YAMLTraits.h 993 llvm::yaml::document_iterator DocIterator;
    [all...]
  /external/llvm/utils/yaml-bench/
YAMLBench.cpp 126 for (yaml::document_iterator di = stream.begin(), de = stream.end(); di != de;
  /external/clang/lib/Tooling/
JSONCompilationDatabase.cpp 231 llvm::yaml::document_iterator I = YAMLStream.begin();
  /external/llvm/lib/Support/
YAMLParser.cpp     [all...]
  /external/clang/lib/Basic/
VirtualFileSystem.cpp 877 yaml::document_iterator DI = Stream.begin();
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp     [all...]

Completed in 285 milliseconds