Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp2986 FormatToken *verilogGroupDecl(FormatToken *FirstOfType, in verilogGroupDecl() argument
3094 if (FirstOfType && PreviousComma) { in verilogGroupDecl()
3096 addFakeParenthesis(FirstOfType, prec::Comma, PreviousComma->Previous); in verilogGroupDecl()
3099 FirstOfType = TypedName; in verilogGroupDecl()
3106 while (Current && Current != FirstOfType) { in verilogGroupDecl()
3115 return FirstOfType; in verilogGroupDecl()