HomeSort by: relevance | last modified time | path
    Searched refs:document_iterator (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
YAMLParser.h 26 // for (yaml::document_iterator di = stream.begin(), de = stream.end();
61 class document_iterator;
96 document_iterator begin();
97 document_iterator end();
553 friend class document_iterator;
588 class document_iterator { class in namespace:llvm::yaml
590 document_iterator() = default;
591 document_iterator(std::unique_ptr<Document> &D) : Doc(&D) {} function in class:llvm::yaml::document_iterator
593 bool operator==(const document_iterator &Other) const {
599 bool operator!=(const document_iterator &Other) const
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Remarks/
YAMLRemarkParser.h 61 yaml::document_iterator YAMLIt;
  /src/external/apache2/llvm/dist/llvm/utils/yaml-bench/
YAMLBench.cpp 132 for (yaml::document_iterator di = stream.begin(), de = stream.end(); di != de;
  /src/external/apache2/llvm/dist/clang/lib/Tooling/
JSONCompilationDatabase.cpp 333 llvm::yaml::document_iterator I = YAMLStream.begin();
  /src/external/apache2/llvm/dist/clang/lib/CrossTU/
CrossTranslationUnit.cpp 599 llvm::yaml::document_iterator FirstInvocationFile = InvocationFile.begin();
  /src/external/apache2/llvm/dist/llvm/tools/sancov/
sancov.cpp 374 yaml::document_iterator DI = S.begin();
  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
ObjCMT.cpp 2084 document_iterator I = YAMLStream.begin();
  /src/external/apache2/llvm/dist/llvm/lib/Support/
VirtualFileSystem.cpp 1758 yaml::document_iterator DI = Stream.begin();

Completed in 35 milliseconds