HomeSort by: relevance | last modified time | path
    Searched refs:PreprocessorDirectives (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Format/
UnwrappedLineParser.h 212 SmallVector<UnwrappedLine, 4> PreprocessorDirectives;
217 // \c &PreprocessorDirectives.
UnwrappedLineParser.cpp 145 Parser.CurrentLines = &Parser.PreprocessorDirectives;
160 if (Parser.CurrentLines == &Parser.PreprocessorDirectives)
249 PreprocessorDirectives.clear();
604 CurrentLines == &Lines ? PreprocessorDirectives.size() : 0;
768 if (CurrentLines == &PreprocessorDirectives)
2990 if (CurrentLines == &Lines && !PreprocessorDirectives.empty()) {
2992 std::make_move_iterator(PreprocessorDirectives.begin()),
2993 std::make_move_iterator(PreprocessorDirectives.end()));
2994 PreprocessorDirectives.clear();

Completed in 19 milliseconds