Searched refs:isVerilogEndOfLabel (Results 1 – 3 of 3) sorted by relevance
1239 Keywords.isVerilogEndOfLabel(*PreviousNonComment)) { in getNewLineColumn()1654 Keywords.isVerilogEndOfLabel(Current)) { in moveStateToNextToken()
1890 bool isVerilogEndOfLabel(const FormatToken &Tok) const { in isVerilogEndOfLabel() function
1745 if (Style.isVerilog() && Keywords.isVerilogEndOfLabel(*Tok) && in consumeToken()5583 if (!Keywords.isVerilogBegin(Right) && Keywords.isVerilogEndOfLabel(Left)) in mustBreakBefore()