Searched refs:PreprocessorDirectives (Results 1 – 2 of 2) sorted by relevance
314 SmallVector<UnwrappedLine, 4> PreprocessorDirectives; variable
99 Parser.CurrentLines = &Parser.PreprocessorDirectives; in ScopedLineState()115 if (Parser.CurrentLines == &Parser.PreprocessorDirectives) in ~ScopedLineState()176 PreprocessorDirectives.clear(); in reset()791 !parsingPPDirective() ? PreprocessorDirectives.size() : 0; in parseBlock()1031 if (CurrentLines == &PreprocessorDirectives) in conditionalCompilationCondition()2671 PreprocessorDirectives.empty() && FormatTok->isNot(tok::semi)) { in parseUnbracedBody()4484 if (!parsingPPDirective() && !PreprocessorDirectives.empty()) { in addUnwrappedLine()4486 std::make_move_iterator(PreprocessorDirectives.begin()), in addUnwrappedLine()4487 std::make_move_iterator(PreprocessorDirectives.end())); in addUnwrappedLine()4488 PreprocessorDirectives.clear(); in addUnwrappedLine()