Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DUtilityFunction.h109 bool NeedsVariableResolution() override { return false; } in NeedsVariableResolution() function
H A DFunctionCaller.h327 bool NeedsVariableResolution() override { return false; } in NeedsVariableResolution() function
H A DUserExpression.h228 bool NeedsVariableResolution() override { return true; } in NeedsVariableResolution() function