Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp642 static bool shouldRetryWithCppModule(Target &target, ExecutionPolicy exe_policy) { in shouldRetryWithCppModule() function
687 if (!parse_success && shouldRetryWithCppModule(*target, execution_policy)) { in Parse()