Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Utility/
H A DStringExtractor.cpp255 bool StringExtractor::ConsumeFront(const llvm::StringRef &str) { in ConsumeFront() function in StringExtractor
/llvm-project/llvm/unittests/ADT/
H A DStringRefTest.cpp385 TEST(StringRefTest,ConsumeFront) TEST() argument