Home
last modified time | relevance | path

Searched refs:isVerilogWordOperator (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h1788 bool isVerilogWordOperator(const FormatToken &Tok) const { in isVerilogWordOperator() function
H A DTokenAnnotator.cpp5203 Keywords.isVerilogWordOperator(Left)) && in spaceRequiredBefore()