Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/LineEditor/
H A DLineEditor.cpp39 std::string CommonPrefix = Comps[0].TypedText; in getCommonPrefix() local
43 size_t Len = std::min(CommonPrefix.size(), I->TypedText.size()); in getCommonPrefix()
46 if (CommonPrefix[CommonLen] != I->TypedText[CommonLen]) in getCommonPrefix()
49 CommonPrefix.resize(CommonLen); in getCommonPrefix()
51 return CommonPrefix; in getCommonPrefix()
63 std::string CommonPrefix = getCommonPrefix(Comps); in complete() local
70 if (CommonPrefix.empty()) { in complete()
77 Action.Text = CommonPrefix; in complete()