Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Utility/
DStringLexer.cpp21 bool StringLexer::NextIf(Character c) { in NextIf() function in StringLexer
31 StringLexer::NextIf(std::initializer_list<Character> cs) { in NextIf() function in StringLexer
/external/llvm-project/lldb/unittests/Utility/
DStringLexerTest.cpp98 TEST(StringLexerTest, NextIf) { in TEST() argument