Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Format/
DFormatToken.h1759 bool isVerilogEnd(const FormatToken &Tok) const { in isVerilogEnd() function
DUnwrappedLineParser.cpp4304 while (!eof() && !Keywords.isVerilogEnd(*FormatTok)) { in parseVerilogTable()
4525 if (Keywords.isVerilogEnd(*FormatTok)) in nextToken()
DTokenAnnotator.cpp979 if (Keywords.isVerilogEnd(*Tok->Previous) || in consumeToken()