Lines Matching refs:FormatToken
53 FormatToken *Current = First;
75 FormatToken *Current = First;
98 FormatToken *First;
99 FormatToken *Last;
127 bool startsWith(FormatToken *Tok, A K1) const {
134 bool startsWith(FormatToken *Tok, A K1, Ts... Tokens) const {
156 unsigned splitPenalty(const AnnotatedLine &Line, const FormatToken &Tok,
159 bool spaceRequiredBetween(const AnnotatedLine &Line, const FormatToken &Left,
160 const FormatToken &Right);
162 bool spaceRequiredBefore(const AnnotatedLine &Line, const FormatToken &Tok);
164 bool mustBreakBefore(const AnnotatedLine &Line, const FormatToken &Right);
166 bool canBreakBefore(const AnnotatedLine &Line, const FormatToken &Right);