reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Support/JSON.h
  133   const Value *get(StringRef K) const;

References

include/llvm/Support/JSON.h
  658     if (const Value *E = O->get(Prop))
  667     if (const Value *E = O->get(Prop))
lib/Support/JSON.cpp
   36   if (auto *V = get(K))
   41   if (auto *V = get(K))
   46   if (auto *V = get(K))
   51   if (auto *V = get(K))
   56   if (auto *V = get(K))
   61   if (auto *V = get(K))
   71   if (auto *V = get(K))
tools/clang/tools/extra/clangd/ClangdLSPServer.cpp
  385       ID = O->get("id");
tools/clang/tools/extra/clangd/Protocol.cpp
  296         if (auto *ValueSet = ItemKind->get("valueSet")) {
  342         if (auto *ValueSet = SymbolKind->get("valueSet")) {
  350   if (auto *OffsetEncoding = O->get("offsetEncoding")) {
  698   if (auto *TC = Params.getAsObject()->get("triggerCharacter"))
  706   if (auto *Context = Params.getAsObject()->get("context"))
tools/polly/lib/Exchange/JSONExporter.cpp
  213   if (!JScop.get("context")) {
  268   if (!JScop.get("statements")) {
  284     if (!statements[Index].getAsObject()->get("schedule")) {
  351   if (!JScop.get("statements")) {
  369     if (!Statement->get("accesses")) {
  391       if (!JsonMemoryAccess->get("relation")) {
  551   if (!Array.get("type")) {
  557   if (!Array.get("sizes")) {
  563   if (!Array.get("name")) {
  631   if (!JScop.get("arrays"))
  655         Array.get("type")->getAsString().getValue(), S.getSE()->getContext());
  677     if (Array.get("allocation")) {