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

References

tools/clang/include/clang/AST/Comment.h
  398     SourceLocation L = getLocation();
tools/clang/lib/AST/CommentParser.cpp
  522                                                   HST->getLocation(),
  535         Diag(HST->getLocation(), diag::note_doc_html_tag_started_here)
tools/clang/lib/AST/CommentSema.cpp
   89     Diag(Command->getLocation(),
  124     Diag(Comment->getLocation(), diag::warn_doc_function_method_decl_mismatch)
  161     Diag(Comment->getLocation(), diag::warn_doc_api_container_decl_mismatch)
  211     Diag(Comment->getLocation(), diag::warn_doc_container_decl_mismatch)
  290     Diag(Command->getLocation(),
  326       Diag(PrevCommand->getLocation(), diag::note_doc_tparam_previous)
  481     Diag(HET->getLocation(), diag::warn_doc_html_end_forbidden)
  497     Diag(HET->getLocation(), diag::warn_doc_html_end_unbalanced)
  518                                                 HST->getLocation(),
  522                                                 HET->getLocation(),
  526       Diag(HST->getLocation(), diag::warn_doc_html_start_end_mismatch)
  531       Diag(HST->getLocation(), diag::warn_doc_html_start_end_mismatch)
  534       Diag(HET->getLocation(), diag::note_doc_html_end_tag)
  554     Diag(HST->getLocation(), diag::warn_doc_html_missing_end_tag)
  609       Diag(Command->getLocation(),
  619   Diag(Command->getLocation(),
  647   Diag(Command->getLocation(), diag::warn_doc_block_command_duplicate)
  652     Diag(PrevCommand->getLocation(), diag::note_doc_block_command_previous)
  657     Diag(PrevCommand->getLocation(),
  679   Diag(Command->getLocation(),
  754       Diag(PrevCommand->getLocation(), diag::note_doc_param_previous)
tools/clang/lib/AST/JSONNodeDumper.cpp
  135                       [C, this] { writeSourceLocation(C->getLocation()); });