Searched refs:PreprocessorDirectives (Results 1 – 2 of 2) sorted by relevance
128 Parser.CurrentLines = &Parser.PreprocessorDirectives; in ScopedLineState()143 if (Parser.CurrentLines == &Parser.PreprocessorDirectives) in ~ScopedLineState()219 PreprocessorDirectives.clear(); in reset()1485 if (CurrentLines == &Lines && !PreprocessorDirectives.empty()) { in addUnwrappedLine()1487 I = PreprocessorDirectives.begin(), in addUnwrappedLine()1488 E = PreprocessorDirectives.end(); in addUnwrappedLine()1492 PreprocessorDirectives.clear(); in addUnwrappedLine()
143 SmallVector<UnwrappedLine, 4> PreprocessorDirectives; variable