Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp827 bool should_create_file = completion_consumer != nullptr; in ParseInternal() local
830 should_create_file |= m_compiler->getCodeGenOpts().getDebugInfo() == in ParseInternal()
833 if (should_create_file) { in ParseInternal()