Home
last modified time | relevance | path

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

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