Searched refs:should_create_file (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp897 bool should_create_file = completion_consumer != nullptr; local
900 should_create_file |= m_compiler->getCodeGenOpts().getDebugInfo() ==
903 if (should_create_file) {

Completed in 98 milliseconds