Searched refs:UnwrappedLineNode (Results 1 – 3 of 3) sorted by relevance
28 struct UnwrappedLineNode;41 std::list<UnwrappedLineNode> Tokens;211 struct UnwrappedLineNode { struct212 UnwrappedLineNode() : Tok(nullptr) {} in UnwrappedLineNode() argument213 UnwrappedLineNode(FormatToken *Tok) : Tok(Tok) {} in UnwrappedLineNode() argument
54 for (std::list<UnwrappedLineNode>::const_iterator I = ++Line.Tokens.begin(), in AnnotatedLine()57 const UnwrappedLineNode &Node = *I; in AnnotatedLine()
1686 for (std::list<UnwrappedLineNode>::const_iterator I = Line.Tokens.begin(), in printDebugInfo()1691 for (std::list<UnwrappedLineNode>::const_iterator I = Line.Tokens.begin(), in printDebugInfo()1694 const UnwrappedLineNode &Node = *I; in printDebugInfo()1807 Line->Tokens.push_back(UnwrappedLineNode(Tok)); in pushToken()