Searched refs:json_text (Results 1 – 2 of 2) sorted by relevance
25 StructuredData::ObjectSP StructuredData::ParseJSON(llvm::StringRef json_text) { in ParseJSON() argument26 llvm::Expected<json::Value> value = json::parse(json_text); in ParseJSON()
577 static ObjectSP ParseJSON(llvm::StringRef json_text);