Home
last modified time | relevance | path

Searched defs:toVector (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/Support/
H A DTwine.cpp32 void Twine::toVector(SmallVectorImpl<char> &Out) const { in toVector() function in Twine
/llvm-project/lldb/unittests/Interpreter/
H A DTestCompletion.cpp137 static std::vector<std::string> toVector(const StringList &SL) { in toVector() function