Lines Matching refs:FormatToken
92 unsigned FirstStartColumn, ArrayRef<FormatToken *> Tokens,
108 bool parseLevel(const FormatToken *OpeningBrace = nullptr,
112 FormatToken **IfLeftBrace = nullptr);
114 const FormatToken *OpeningBrace = nullptr) const;
115 FormatToken *parseBlock(bool MustBeDeclaration = false,
134 FormatToken **IfLeftBrace = nullptr,
146 bool isBlockBegin(const FormatToken &Tok) const;
147 FormatToken *parseIfThenElse(IfStmtKind *IfKind, bool KeepBraces = false);
162 void parseRequiresClause(FormatToken *RequiresToken);
163 void parseRequiresExpression(FormatToken *RequiresToken);
220 void distributeComments(const SmallVectorImpl<FormatToken *> &Comments,
221 const FormatToken *NextTok);
225 void pushToken(FormatToken *Tok);
237 bool isOnNewLine(const FormatToken &FormatTok);
253 SmallVector<FormatToken *, 1> CommentsBeforeNextToken;
254 FormatToken *FormatTok;
286 ArrayRef<FormatToken *> AllTokens;
344 FormatToken *IncludeGuardToken;
357 UnwrappedLineNode(FormatToken *Tok) : Tok(Tok) {} in UnwrappedLineNode()
359 FormatToken *Tok;