Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h1863 bool isVerilogEnd(const FormatToken &Tok) const { in isVerilogEnd() function
H A DUnwrappedLineParser.cpp4497 while (!eof() && !Keywords.isVerilogEnd(*FormatTok)) { in parseVerilogTable()
4764 if (Keywords.isVerilogEnd(*FormatTok)) in nextToken()
H A DTokenAnnotator.cpp1353 if (Keywords.isVerilogEnd(*Tok->Previous) || in consumeToken()