Lines Matching refs:PreprocessorDirectives
106 Parser.CurrentLines = &Parser.PreprocessorDirectives;
123 if (Parser.CurrentLines == &Parser.PreprocessorDirectives)
187 PreprocessorDirectives.clear();
799 !parsingPPDirective() ? PreprocessorDirectives.size() : 0;
1042 if (CurrentLines == &PreprocessorDirectives)
2727 PreprocessorDirectives.empty() && FormatTok->isNot(tok::semi)) {
4600 if (!parsingPPDirective() && !PreprocessorDirectives.empty()) {
4602 std::make_move_iterator(PreprocessorDirectives.begin()),
4603 std::make_move_iterator(PreprocessorDirectives.end()));
4604 PreprocessorDirectives.clear();