Searched refs:UnwrappedLineNode (Results 1 – 3 of 3) sorted by relevance
27 struct UnwrappedLineNode;40 std::list<UnwrappedLineNode> Tokens;190 struct UnwrappedLineNode { struct191 UnwrappedLineNode() : Tok(NULL) {} in UnwrappedLineNode() argument192 UnwrappedLineNode(FormatToken *Tok) : Tok(Tok) {} in UnwrappedLineNode() function
52 for (std::list<UnwrappedLineNode>::const_iterator I = ++Line.Tokens.begin(), in AnnotatedLine()55 const UnwrappedLineNode &Node = *I; in AnnotatedLine()
1245 for (std::list<UnwrappedLineNode>::const_iterator I = Line.Tokens.begin(), in printDebugInfo()1250 for (std::list<UnwrappedLineNode>::const_iterator I = Line.Tokens.begin(), in printDebugInfo()1253 const UnwrappedLineNode &Node = *I; in printDebugInfo()1348 Line->Tokens.push_back(UnwrappedLineNode(Tok)); in pushToken()