Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp414 if (target->GetInjectLocalVariables(&exe_ctx)) { in GetText()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h235 bool GetInjectLocalVariables(ExecutionContext *exe_ctx) const;
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp4025 bool TargetProperties::GetInjectLocalVariables( in GetInjectLocalVariables() function in TargetProperties