Searched defs:UnwrappedLine (Results 1 – 1 of 1) sorted by relevance
36 struct UnwrappedLine { struct41 std::list<UnwrappedLineNode> Tokens; argument46 /// \brief Whether this \c UnwrappedLine is part of a preprocessor directive. argument55 virtual void consumeUnwrappedLine(const UnwrappedLine &Line) = 0; argument214 inline UnwrappedLine::UnwrappedLine() in UnwrappedLine() function