Searched refs:isVerilogEnd (Results 1 – 3 of 3) sorted by relevance
1759 bool isVerilogEnd(const FormatToken &Tok) const { in isVerilogEnd() function
4304 while (!eof() && !Keywords.isVerilogEnd(*FormatTok)) { in parseVerilogTable()4525 if (Keywords.isVerilogEnd(*FormatTok)) in nextToken()
979 if (Keywords.isVerilogEnd(*Tok->Previous) || in consumeToken()