Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp3389 FormatToken *verilogGroupDecl(FormatToken *FirstOfType, in verilogGroupDecl() argument
3498 if (FirstOfType && PreviousComma) { in verilogGroupDecl()
3500 addFakeParenthesis(FirstOfType, prec::Comma, PreviousComma->Previous); in verilogGroupDecl()
3503 FirstOfType = TypedName; in verilogGroupDecl()
3510 while (Current && Current != FirstOfType) { in verilogGroupDecl()
3519 return FirstOfType; in verilogGroupDecl()