Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1013 CodeCompleteConsumer *completion_consumer, in ParseInternal() argument
1031 bool should_create_file = completion_consumer != nullptr; in ParseInternal()
1083 if (completion_consumer) { in ParseInternal()
1109 *Consumer, TU_Complete, completion_consumer)); in ParseInternal()