Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DCompletionRequest.h112 int GetMatchStartPoint() const { return m_match_start_point; } in GetMatchStartPoint() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DFormatEntity.cpp2373 str = str.drop_front(request.GetMatchStartPoint()); in AutoComplete()