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.cpp3453 FormatToken *verilogGroupDecl(FormatToken *FirstOfType, in verilogGroupDecl() argument
3562 if (FirstOfType && PreviousComma) { in verilogGroupDecl()
3564 addFakeParenthesis(FirstOfType, prec::Comma, PreviousComma->Previous); in verilogGroupDecl()
3567 FirstOfType = TypedName; in verilogGroupDecl()
3574 while (Current && Current != FirstOfType) { in verilogGroupDecl()
3583 return FirstOfType; in verilogGroupDecl()