Home
last modified time | relevance | path

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

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