Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.h178 unsigned completion_column = 0);
H A DClangUserExpression.cpp704 const unsigned completion_column = user_expr_column + complete_pos; in Complete() local
705 parser.Complete(request, user_expr_line, completion_column, complete_pos); in Complete()
H A DClangExpressionParser.cpp809 unsigned completion_column) { in ParseInternal() argument
888 ++completion_column; in ParseInternal()
889 PP.SetCodeCompletionPoint(main_file, completion_line, completion_column); in ParseInternal()