Searched refs:getCommonPrefix (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/LineEditor/
H A DLineEditor.h124 static std::string getCommonPrefix(const std::vector<Completion> &Comps);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/LineEditor/
H A DLineEditor.cpp35 std::string LineEditor::ListCompleterConcept::getCommonPrefix( function in class:LineEditor::ListCompleterConcept
63 std::string CommonPrefix = getCommonPrefix(Comps);

Completed in 56 milliseconds