Searched defs:UnwrappedLine (Results 1 – 3 of 3) sorted by relevance
36 struct UnwrappedLine { struct41 std::list<UnwrappedLineNode> Tokens; argument46 /// Whether this \c UnwrappedLine is part of a preprocessor directive. argument51 /// If this \c UnwrappedLine closes a block in a sequence of lines, argument57 /// If this \c UnwrappedLine opens a block, stores the index of the argument69 virtual void consumeUnwrappedLine(const UnwrappedLine &Line) = 0; argument301 inline UnwrappedLine::UnwrappedLine() in UnwrappedLine() function
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; argument216 inline UnwrappedLine::UnwrappedLine() in UnwrappedLine() function
29 class UnwrappedLine(object): class