Home
last modified time | relevance | path

Searched refs:NeedsVariableResolution (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/include/lldb/Expression/
DExpression.h72 virtual bool NeedsVariableResolution() = 0;
DUtilityFunction.h96 bool NeedsVariableResolution() override { return false; } in NeedsVariableResolution() function
DFunctionCaller.h284 bool NeedsVariableResolution() override { return false; } in NeedsVariableResolution() function
DUserExpression.h207 bool NeedsVariableResolution() override { return true; } in NeedsVariableResolution() function
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionParser.cpp1389 IRForTarget ir_for_target(decl_map, m_expr.NeedsVariableResolution(), in PrepareForExecution()