Home
last modified time | relevance | path

Searched refs:IsParseCacheable (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DUserExpression.h202 virtual bool IsParseCacheable() { return true; } in IsParseCacheable() function
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp245 !m_user_expression_sp->IsParseCacheable() || in ConditionSaysStop()