Searched refs:PreprocessorDirectives (Results 1 – 2 of 2) sorted by relevance
212 SmallVector<UnwrappedLine, 4> PreprocessorDirectives; variable
145 Parser.CurrentLines = &Parser.PreprocessorDirectives; in ScopedLineState()160 if (Parser.CurrentLines == &Parser.PreprocessorDirectives) in ~ScopedLineState()249 PreprocessorDirectives.clear(); in reset()604 CurrentLines == &Lines ? PreprocessorDirectives.size() : 0; in parseBlock()770 if (CurrentLines == &PreprocessorDirectives) in conditionalCompilationCondition()3068 if (CurrentLines == &Lines && !PreprocessorDirectives.empty()) { in addUnwrappedLine()3070 std::make_move_iterator(PreprocessorDirectives.begin()), in addUnwrappedLine()3071 std::make_move_iterator(PreprocessorDirectives.end())); in addUnwrappedLine()3072 PreprocessorDirectives.clear(); in addUnwrappedLine()