Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1031 bool should_create_file = completion_consumer != nullptr; in ParseInternal() local
1034 should_create_file |= m_compiler->getCodeGenOpts().getDebugInfo() == in ParseInternal()
1037 if (should_create_file) { in ParseInternal()