Lines Matching refs:FormatToken
80 unsigned FirstStartColumn, ArrayRef<FormatToken *> Tokens,
96 bool parseLevel(const FormatToken *OpeningBrace = nullptr,
100 FormatToken **IfLeftBrace = nullptr);
102 const FormatToken *OpeningBrace = nullptr) const;
103 FormatToken *parseBlock(bool MustBeDeclaration = false,
122 FormatToken **IfLeftBrace = nullptr,
134 FormatToken *parseIfThenElse(IfStmtKind *IfKind, bool KeepBraces = false);
150 void parseRequiresClause(FormatToken *RequiresToken);
151 void parseRequiresExpression(FormatToken *RequiresToken);
201 void distributeComments(const SmallVectorImpl<FormatToken *> &Comments,
202 const FormatToken *NextTok);
206 void pushToken(FormatToken *Tok);
218 bool isOnNewLine(const FormatToken &FormatTok);
234 SmallVector<FormatToken *, 1> CommentsBeforeNextToken;
235 FormatToken *FormatTok;
267 ArrayRef<FormatToken *> AllTokens;
325 FormatToken *IncludeGuardToken;
338 UnwrappedLineNode(FormatToken *Tok) : Tok(Tok) {} in UnwrappedLineNode()
340 FormatToken *Tok;