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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineParser.h190 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

Completed in 41 milliseconds