Home
last modified time | relevance | path

Searched refs:nextDocument (Results 1 – 3 of 3) sorted by relevance

/external/llvm/tools/yaml2obj/
Dyaml2obj.cpp70 } while (YIn.nextDocument()); in convertYAML()
/external/llvm/include/llvm/Support/
DYAMLTraits.h985 bool nextDocument();
1137 yin.nextDocument();
/external/llvm/lib/Support/
DYAMLTraits.cpp92 bool Input::nextDocument() { in nextDocument() function in Input