Searched refs:PreprocessorDirectives (Results 1 – 2 of 2) sorted by relevance
148 SmallVector<UnwrappedLine, 4> PreprocessorDirectives; variable
125 Parser.CurrentLines = &Parser.PreprocessorDirectives; in ScopedLineState()140 if (Parser.CurrentLines == &Parser.PreprocessorDirectives) in ~ScopedLineState()214 PreprocessorDirectives.clear(); in reset()1825 if (CurrentLines == &Lines && !PreprocessorDirectives.empty()) { in addUnwrappedLine()1827 std::make_move_iterator(PreprocessorDirectives.begin()), in addUnwrappedLine()1828 std::make_move_iterator(PreprocessorDirectives.end())); in addUnwrappedLine()1829 PreprocessorDirectives.clear(); in addUnwrappedLine()