Lines Matching defs:V
43 if (auto *V = get(K)) in getNull() local
48 if (auto *V = get(K)) in getBoolean() local
53 if (auto *V = get(K)) in getNumber() local
58 if (auto *V = get(K)) in getInteger() local
63 if (auto *V = get(K)) in getString() local
68 if (auto *V = get(K)) in getObject() local
73 if (auto *V = get(K)) in getObject() local
78 if (auto *V = get(K)) in getArray() local
83 if (auto *V = get(K)) in getArray() local
100 for (const Value &V : Elements) { in Array() local
259 static void abbreviate(const Value &V, OStream &JOS) { in abbreviate()
285 static void abbreviateChildren(const Value &V, OStream &JOS) { in abbreviateChildren()
313 auto PrintValue = [&](const Value &V, ArrayRef<Segment> Path, auto &Recurse) { in printErrorContext()
754 void llvm::json::OStream::value(const Value &V) { in value()