Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DUtilityFunction.h99 bool NeedsVariableResolution() override { return false; } in NeedsVariableResolution() function
H A DFunctionCaller.h284 bool NeedsVariableResolution() override { return false; } in NeedsVariableResolution() function
H A DUserExpression.h215 bool NeedsVariableResolution() override { return true; } in NeedsVariableResolution() function