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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineParser.h27 struct UnwrappedLineNode;
40 std::list<UnwrappedLineNode> Tokens;
190 struct UnwrappedLineNode { struct in namespace:clang::format
191 UnwrappedLineNode() : Tok(NULL) {} function in struct:clang::format::UnwrappedLineNode
192 UnwrappedLineNode(FormatToken *Tok) : Tok(Tok) {} function in struct:clang::format::UnwrappedLineNode
H A DTokenAnnotator.h52 for (std::list<UnwrappedLineNode>::const_iterator I = ++Line.Tokens.begin(),
55 const UnwrappedLineNode &Node = *I;
H A DUnwrappedLineParser.cpp1245 for (std::list<UnwrappedLineNode>::const_iterator I = Line.Tokens.begin(),
1250 for (std::list<UnwrappedLineNode>::const_iterator I = Line.Tokens.begin(),
1253 const UnwrappedLineNode &Node = *I;
1348 Line->Tokens.push_back(UnwrappedLineNode(Tok));

Completed in 60 milliseconds