Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/include/lldb/Utility/
H A DCompletionRequest.h130 llvm::StringRef GetRawLineWithUnusedSuffix() const { return m_command; } in GetRawLineWithUnusedSuffix() function
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectExpression.cpp299 llvm::StringRef code = request.GetRawLineWithUnusedSuffix(); in HandleCompletion()