Searched refs:UnwrappedLineNode (Results 1 – 3 of 3) sorted by relevance
28 struct UnwrappedLineNode;41 std::list<UnwrappedLineNode> Tokens;206 struct UnwrappedLineNode { struct207 UnwrappedLineNode() : Tok(nullptr) {} in UnwrappedLineNode() argument208 UnwrappedLineNode(FormatToken *Tok) : Tok(Tok) {} in UnwrappedLineNode() function
54 for (std::list<UnwrappedLineNode>::const_iterator I = ++Line.Tokens.begin(), in AnnotatedLine()57 const UnwrappedLineNode &Node = *I; in AnnotatedLine()
1797 for (std::list<UnwrappedLineNode>::const_iterator I = Line.Tokens.begin(), in printDebugInfo()1802 for (std::list<UnwrappedLineNode>::const_iterator I = Line.Tokens.begin(), in printDebugInfo()1805 const UnwrappedLineNode &Node = *I; in printDebugInfo()1913 Line->Tokens.push_back(UnwrappedLineNode(Tok)); in pushToken()