Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/LineEditor/
H A DLineEditor.cpp44 size_t CommonLen = 0; in getCommonPrefix() local
45 for (; CommonLen != Len; ++CommonLen) { in getCommonPrefix()
46 if (CommonPrefix[CommonLen] != I->TypedText[CommonLen]) in getCommonPrefix()
49 CommonPrefix.resize(CommonLen); in getCommonPrefix()