Searched refs:UnwrappedLineNode (Results 1 – 3 of 3) sorted by relevance
27 struct UnwrappedLineNode;40 std::list<UnwrappedLineNode> Tokens;203 struct UnwrappedLineNode { struct204 UnwrappedLineNode() : Tok(nullptr) {} in UnwrappedLineNode() argument205 UnwrappedLineNode(FormatToken *Tok) : Tok(Tok) {} in UnwrappedLineNode() function
53 for (std::list<UnwrappedLineNode>::const_iterator I = ++Line.Tokens.begin(), in AnnotatedLine()56 const UnwrappedLineNode &Node = *I; in AnnotatedLine()
1457 for (std::list<UnwrappedLineNode>::const_iterator I = Line.Tokens.begin(), in printDebugInfo()1462 for (std::list<UnwrappedLineNode>::const_iterator I = Line.Tokens.begin(), in printDebugInfo()1465 const UnwrappedLineNode &Node = *I; in printDebugInfo()1579 Line->Tokens.push_back(UnwrappedLineNode(Tok)); in pushToken()