Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A Dyaml2obj.cpp57 } while (YIn.nextDocument()); in convertYAML()
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp365 Yin.nextDocument(); in readYamls()
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp254 In.nextDocument(); in parseIRModule()
275 In.nextDocument(); in parseMachineFunctions()
/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DYAMLSerialization.cpp459 Yin.nextDocument(); in readYAML()
/llvm-project-15.0.7/llvm/lib/Support/
H A DYAMLTraits.cpp109 bool Input::nextDocument() { in nextDocument() function in Input