Lines Matching refs:FormatToken
32 std::string computeName(const FormatToken *NamespaceTok) { in computeName()
37 const FormatToken *Tok = NamespaceTok->getNextNonComment(); in computeName()
56 bool hasEndComment(const FormatToken *RBraceTok) { in hasEndComment()
60 bool validEndComment(const FormatToken *RBraceTok, StringRef NamespaceName) { in validEndComment()
62 const FormatToken *Comment = RBraceTok->Next; in validEndComment()
85 void addEndComment(const FormatToken *RBraceTok, StringRef EndCommentText, in addEndComment()
97 void updateEndComment(const FormatToken *RBraceTok, StringRef EndCommentText, in updateEndComment()
101 const FormatToken *Comment = RBraceTok->Next; in updateEndComment()
112 const FormatToken *
121 const FormatToken *NamespaceTok = AnnotatedLines[StartLineIndex]->First; in getNamespaceToken()
146 const FormatToken *NamespaceTok = in analyze()
150 FormatToken *RBraceTok = EndLine->First; in analyze()
154 const FormatToken *EndCommentPrevTok = RBraceTok; in analyze()
184 const FormatToken *EndCommentNextTok = EndCommentPrevTok->Next; in analyze()