Home
last modified time | relevance | path

Searched refs:GetProperty (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Dunchecked-optional-access.rst88 …use(*foo.GetProperty("bar")); // unsafe: it is unclear whether `foo.GetProperty("bar")` has a valu…
206 if (const auto& property = foo.GetProperty("bar")) {
211 instead of the `HasProperty`, `GetProperty` pairing we saw above.
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h79 virtual const Property *GetProperty(const ExecutionContext *exe_ctx,
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionValueProperties.cpp173 OptionValueProperties::GetProperty(const ExecutionContext *exe_ctx, in GetProperty() function in OptionValueProperties
611 property = GetProperty(exe_ctx, will_modify, key); in GetPropertyAtPath()