Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DCompletionRequest.h135 llvm::StringRef GetRawLineWithUnusedSuffix() const { return m_command; } in GetRawLineWithUnusedSuffix() function
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp356 llvm::StringRef code = request.GetRawLineWithUnusedSuffix(); in HandleCompletion()