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

References

tools/clang/lib/AST/CommentSema.cpp
  634     PrevCommand = BriefCommand;
  640     PrevCommand = HeaderfileCommand;
  646   StringRef PrevCommandName = PrevCommand->getCommandName(Traits);
  652     Diag(PrevCommand->getLocation(), diag::note_doc_block_command_previous)
  653         << PrevCommand->getCommandMarker()
  655         << PrevCommand->getSourceRange();
  657     Diag(PrevCommand->getLocation(),
  659         << PrevCommand->getCommandMarker()