Searched refs:AdvanceIf (Results 1 – 3 of 3) sorted by relevance
65 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()
34 bool AdvanceIf(const std::string &token);
42 bool StringLexer::AdvanceIf(const std::string &token) { in AdvanceIf() function in StringLexer