Searched defs:ParseToken (Results 1 – 3 of 3) sorted by relevance
233 def ParseToken(lines, pos, regex, token_type): function
243 def ParseToken(lines, pos, regex, token_type): function
1110 bool LLParser::ParseToken(lltok::Kind T, const char *ErrMsg) { in ParseToken() function in LLParser