Searched refs:PreprocessorDirectives (Results 1 – 2 of 2) sorted by relevance
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()768 if (CurrentLines == &PreprocessorDirectives) in conditionalCompilationCondition()2990 if (CurrentLines == &Lines && !PreprocessorDirectives.empty()) { in addUnwrappedLine()2992 std::make_move_iterator(PreprocessorDirectives.begin()), in addUnwrappedLine()2993 std::make_move_iterator(PreprocessorDirectives.end())); in addUnwrappedLine()2994 PreprocessorDirectives.clear(); in addUnwrappedLine()
212 SmallVector<UnwrappedLine, 4> PreprocessorDirectives; variable