Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1039 CodeCompleteConsumer *completion_consumer, in ParseInternal() argument
1057 bool should_create_file = completion_consumer != nullptr; in ParseInternal()
1109 if (completion_consumer) { in ParseInternal()
1134 *Consumer, TU_Complete, completion_consumer)); in ParseInternal()