Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp75 return V->getAsArray(); in getArray()
80 return V->getAsArray(); in getArray()
197 return *L.getAsArray() == *R.getAsArray(); in operator ==()
257 JOS.rawValue(V.getAsArray()->empty() ? "[]" : "[ ... ]"); in abbreviate()
284 for (const auto &I : *V.getAsArray()) in abbreviateChildren()
341 const Array *A = V.getAsArray(); in printErrorContext()
439 Array &A = *Out.getAsArray(); in parseValue()
763 for (const Value &E : *V.getAsArray()) in value()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DStructuredData.cpp57 if (json::Array *A = value.getAsArray()) in ParseJSONValue()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h441 const json::Array *getAsArray() const { in getAsArray() function
444 json::Array *getAsArray() { in getAsArray() function
708 if (auto *A = E.getAsArray()) { in fromJSON()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DTFUtils.cpp167 auto ValuesArray = ParsedJSONValues->getAsArray(); in loadOutputSpecs()