Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DJSON.cpp65 return V->getAsObject(); in getObject()
70 return V->getAsObject(); in getObject()
199 return *L.getAsObject() == *R.getAsObject(); in operator ==()
260 JOS.rawValue(V.getAsObject()->empty() ? "{}" : "{ ... }"); in abbreviate()
290 for (const auto *KV : sortedElements(*V.getAsObject())) { in abbreviateChildren()
326 const Object *O = V.getAsObject(); in printErrorContext()
463 Object &O = *Out.getAsObject(); in parseValue()
768 for (const Object::value_type *E : sortedElements(*V.getAsObject())) in value()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DDarwinSDKInfo.cpp33 if (const auto *Obj = Result->getAsObject()) { in parseDarwinSDKInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DCoverageExporterJson.cpp290 const json::Object *ObjA = A.getAsObject(); in renderRoot()
291 const json::Object *ObjB = B.getAsObject(); in renderRoot()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DJSON.h435 const json::Object *getAsObject() const { in getAsObject() function
438 json::Object *getAsObject() { in getAsObject() function
721 if (auto *O = E.getAsObject()) { in fromJSON()
752 ObjectMapper(const Value &E, Path P) : O(E.getAsObject()), P(P) { in ObjectMapper()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSarifDiagnostics.cpp138 if (const json::Object *Obj = File.getAsObject()) { in createArtifactLocation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTFUtils.cpp247 if (const auto *Obj = Value.getAsObject()) in loadOutputSpecs()