Home
last modified time | relevance | path

Searched refs:AdvanceIf (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormattersContainer.h65 type_lexer.AdvanceIf("class "); in StripTypeName()
66 type_lexer.AdvanceIf("enum "); in StripTypeName()
67 type_lexer.AdvanceIf("struct "); in StripTypeName()
68 type_lexer.AdvanceIf("union "); in StripTypeName()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStringLexer.h34 bool AdvanceIf(const std::string &token);
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStringLexer.cpp42 bool StringLexer::AdvanceIf(const std::string &token) { in AdvanceIf() function in StringLexer