OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAsObject
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Driver/
DarwinSDKInfo.cpp
33
if (const auto *Obj = Result->
getAsObject
()) {
/src/external/apache2/llvm/dist/llvm/lib/Support/
JSON.cpp
65
return V->
getAsObject
();
70
return V->
getAsObject
();
199
return *L.
getAsObject
() == *R.
getAsObject
();
260
JOS.rawValue(V.
getAsObject
()->empty() ? "{}" : "{ ... }");
290
for (const auto *KV : sortedElements(*V.
getAsObject
())) {
326
const Object *O = V.
getAsObject
();
463
Object &O = *Out.
getAsObject
();
768
for (const Object::value_type *E : sortedElements(*V.
getAsObject
()))
/src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
CoverageExporterJson.cpp
290
const json::Object *ObjA = A.
getAsObject
();
291
const json::Object *ObjB = B.
getAsObject
();
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
JSON.h
248
/// if (Object* O = E->
getAsObject
())
435
const json::Object *
getAsObject
() const {
438
json::Object *
getAsObject
() {
721
if (auto *O = E.
getAsObject
()) {
752
ObjectMapper(const Value &E, Path P) : O(E.
getAsObject
()), P(P) {
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
SarifDiagnostics.cpp
138
if (const json::Object *Obj = File.
getAsObject
()) {
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
TFUtils.cpp
247
if (const auto *Obj = Value.
getAsObject
())
Completed in 22 milliseconds
Indexes created Mon Sep 14 00:24:24 UTC 2026