Searched defs:FormatToken (Results 1 – 1 of 1) sorted by relevance
124 struct FormatToken { struct125 FormatToken() {} in FormatToken() function128 Token Tok;160 bool IsFirst = false;172 StringRef TokenText;274 FormatToken *NextOperator = nullptr; argument287 FormatToken *MatchingParen = nullptr; argument305 bool Finalized = false;473 FormatToken *getPreviousNonComment() const { in getPreviousNonComment() argument507 const FormatToken *T = this; in isCppStructuredBinding() argument[all …]