Home
last modified time | relevance | path

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

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