Home
last modified time | relevance | path

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

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