Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormatToken.h1786 bool isVerilogEndOfLabel(const FormatToken &Tok) const { in isVerilogEndOfLabel() function
H A DContinuationIndenter.cpp1112 if ((Style.isVerilog() && Keywords.isVerilogEndOfLabel(Previous)) || in getNewLineColumn()
H A DTokenAnnotator.cpp1272 if (Style.isVerilog() && Keywords.isVerilogEndOfLabel(*Tok) && in consumeToken()
4452 if (!Keywords.isVerilogBegin(Right) && Keywords.isVerilogEndOfLabel(Left)) in mustBreakBefore()