Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackDocumentYAML.cpp210 ScalarDocNode KeyObj = M.getDocument()->getNode(); in inputOne() local
211 KeyObj.fromString(Key, ""); in inputOne()
212 IO.mapRequired(Key.str().c_str(), M.getMap()[KeyObj]); in inputOne()