reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
140 llvm::Optional<int64_t> getInteger(StringRef K) const;
36 if (auto Code = O.getInteger("code"))
tools/lldb/tools/lldb-vscode/JSONUtils.cpp56 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"));