reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Format/UnwrappedLineParser.cpp
  144       Parser.CurrentLines = &Parser.PreprocessorDirectives;
  159     if (Parser.CurrentLines == &Parser.PreprocessorDirectives)
  248   PreprocessorDirectives.clear();
  549       CurrentLines == &Lines ? PreprocessorDirectives.size() : 0;
  699   if (CurrentLines == &PreprocessorDirectives)
 2482   if (CurrentLines == &Lines && !PreprocessorDirectives.empty()) {
 2484         std::make_move_iterator(PreprocessorDirectives.begin()),
 2485         std::make_move_iterator(PreprocessorDirectives.end()));
 2486     PreprocessorDirectives.clear();