Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DVariableList.h78 llvm::ArrayRef<lldb::VariableSP> toArrayRef() { in toArrayRef() function
/src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp470 return matches.toArrayRef().drop_front(previous_num_vars); in findUniqueRegexMatches()