Home
last modified time | relevance | path

Searched defs:NeedsVariableResolution (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/include/lldb/Expression/
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