Searched refs:PreprocessorDirectives (Results 1 – 2 of 2) sorted by relevance
244 SmallVector<UnwrappedLine, 4> PreprocessorDirectives; variable
192 Parser.CurrentLines = &Parser.PreprocessorDirectives; in ScopedLineState()206 if (Parser.CurrentLines == &Parser.PreprocessorDirectives) in ~ScopedLineState()340 PreprocessorDirectives.clear(); in reset()870 CurrentLines == &Lines ? PreprocessorDirectives.size() : 0; in parseBlock()1094 if (CurrentLines == &PreprocessorDirectives) in conditionalCompilationCondition()2505 PreprocessorDirectives.empty()) { in parseUnbracedBody()4032 if (CurrentLines == &Lines && !PreprocessorDirectives.empty()) { in addUnwrappedLine()4034 std::make_move_iterator(PreprocessorDirectives.begin()), in addUnwrappedLine()4035 std::make_move_iterator(PreprocessorDirectives.end())); in addUnwrappedLine()4036 PreprocessorDirectives.clear(); in addUnwrappedLine()