Home
last modified time | relevance | path

Searched defs:UnwrappedLine (Results 1 – 1 of 1) sorted by relevance

/minix/external/bsd/llvm/dist/clang/lib/Format/
H A DUnwrappedLineParser.h36 struct UnwrappedLine { struct
41 std::list<UnwrappedLineNode> Tokens; argument
46 /// \brief Whether this \c UnwrappedLine is part of a preprocessor directive. argument
55 virtual void consumeUnwrappedLine(const UnwrappedLine &Line) = 0; argument
217 inline UnwrappedLine::UnwrappedLine() in UnwrappedLine() function