Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Utility/
H A DStringLexer.cpp42 bool StringLexer::AdvanceIf(const std::string &token) { in AdvanceIf() function in StringLexer
/llvm-project/lldb/unittests/Utility/
H A DStringLexerTest.cpp48 TEST(StringLexerTest, AdvanceIf) { in TEST() argument