Home
last modified time | relevance | path

Searched refs:UnwrappedLineNode (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Format/
DUnwrappedLineParser.h28 struct UnwrappedLineNode;
41 std::list<UnwrappedLineNode> Tokens;
206 struct UnwrappedLineNode { struct
207 UnwrappedLineNode() : Tok(nullptr) {} in UnwrappedLineNode() argument
208 UnwrappedLineNode(FormatToken *Tok) : Tok(Tok) {} in UnwrappedLineNode() argument
DTokenAnnotator.h54 for (std::list<UnwrappedLineNode>::const_iterator I = ++Line.Tokens.begin(), in AnnotatedLine()
57 const UnwrappedLineNode &Node = *I; in AnnotatedLine()
DUnwrappedLineParser.cpp1797 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()