Searched refs:UnwrappedLineNode (Results 1 – 3 of 3) sorted by relevance
29 struct UnwrappedLineNode;42 std::list<UnwrappedLineNode> Tokens;283 struct UnwrappedLineNode { struct284 UnwrappedLineNode() : Tok(nullptr) {} in UnwrappedLineNode() argument285 UnwrappedLineNode(FormatToken *Tok) : Tok(Tok) {} in UnwrappedLineNode() argument
56 for (std::list<UnwrappedLineNode>::const_iterator I = ++Line.Tokens.begin(), in AnnotatedLine()59 const UnwrappedLineNode &Node = *I; in AnnotatedLine()
947 [](UnwrappedLineNode &LineNode) { in readTokenWithJavaScriptASI()2365 for (std::list<UnwrappedLineNode>::const_iterator I = Line.Tokens.begin(), in printDebugInfo()2372 for (std::list<UnwrappedLineNode>::const_iterator I = Line.Tokens.begin(), in printDebugInfo()2375 const UnwrappedLineNode &Node = *I; in printDebugInfo()2500 for (const UnwrappedLineNode &Node : Line.Tokens) { in continuesLineCommentSection()2670 Line->Tokens.push_back(UnwrappedLineNode(Tok)); in pushToken()