Searched refs:PreprocessorDirectives (Results 1 – 2 of 2) sorted by relevance
308 SmallVector<UnwrappedLine, 4> PreprocessorDirectives; variable
106 Parser.CurrentLines = &Parser.PreprocessorDirectives; in ScopedLineState()123 if (Parser.CurrentLines == &Parser.PreprocessorDirectives) in ~ScopedLineState()187 PreprocessorDirectives.clear(); in reset()799 !parsingPPDirective() ? PreprocessorDirectives.size() : 0; in parseBlock()1042 if (CurrentLines == &PreprocessorDirectives) in conditionalCompilationCondition()2727 PreprocessorDirectives.empty() && FormatTok->isNot(tok::semi)) { in parseUnbracedBody()4600 if (!parsingPPDirective() && !PreprocessorDirectives.empty()) { in addUnwrappedLine()4602 std::make_move_iterator(PreprocessorDirectives.begin()), in addUnwrappedLine()4603 std::make_move_iterator(PreprocessorDirectives.end())); in addUnwrappedLine()4604 PreprocessorDirectives.clear(); in addUnwrappedLine()