Home
last modified time | relevance | path

Searched refs:isVerilogEndOfLabel (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/Format/
HDContinuationIndenter.cpp1239 Keywords.isVerilogEndOfLabel(*PreviousNonComment)) { in getNewLineColumn()
1654 Keywords.isVerilogEndOfLabel(Current)) { in moveStateToNextToken()
HDFormatToken.h1890 bool isVerilogEndOfLabel(const FormatToken &Tok) const { in isVerilogEndOfLabel() function
HDTokenAnnotator.cpp1745 if (Style.isVerilog() && Keywords.isVerilogEndOfLabel(*Tok) && in consumeToken()
5583 if (!Keywords.isVerilogBegin(Right) && Keywords.isVerilogEndOfLabel(Left)) in mustBreakBefore()