Searched refs:PreprocessorDirectives (Results 1 – 2 of 2) sorted by relevance
149 SmallVector<UnwrappedLine, 4> PreprocessorDirectives; variable
129 Parser.CurrentLines = &Parser.PreprocessorDirectives; in ScopedLineState()144 if (Parser.CurrentLines == &Parser.PreprocessorDirectives) in ~ScopedLineState()221 PreprocessorDirectives.clear(); in reset()1714 if (CurrentLines == &Lines && !PreprocessorDirectives.empty()) { in addUnwrappedLine()1716 I = PreprocessorDirectives.begin(), in addUnwrappedLine()1717 E = PreprocessorDirectives.end(); in addUnwrappedLine()1721 PreprocessorDirectives.clear(); in addUnwrappedLine()