Home
last modified time | relevance | path

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

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