Searched defs:UnwrappedLine (Results 1 – 1 of 1) sorted by relevance
32 struct UnwrappedLine { struct36 std::list<UnwrappedLineNode> Tokens; argument45 /// Whether this \c UnwrappedLine is part of a preprocessor directive. argument47 /// Whether this \c UnwrappedLine is part of a pramga directive. argument64 /// If this \c UnwrappedLine closes a block in a sequence of lines, argument70 /// If this \c UnwrappedLine opens a block, stores the index of the argument95 virtual void consumeUnwrappedLine(const UnwrappedLine &Line) = 0; argument