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