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

Declarations

include/llvm/Support/JSON.h
  140   llvm::Optional<int64_t> getInteger(StringRef K) const;

References

tools/clang/tools/extra/clangd/JSONTransport.cpp
   36   if (auto Code = O.getInteger("code"))
tools/lldb/tools/lldb-vscode/JSONUtils.cpp
   56   if (auto value = obj.getInteger(key))
   72   if (auto value = obj.getInteger(key))
   86   if (auto value = obj.getInteger(key))
unittests/Support/JSONTest.cpp
  242   EXPECT_FALSE(O->getInteger("number"));