Home | History | Annotate | Download | only in AST

Lines Matching refs:diag

90     Diag(Command->getLocation(),
91 diag::warn_doc_param_not_attached_to_a_function_decl)
125 Diag(Comment->getLocation(), diag::warn_doc_function_method_decl_mismatch)
162 Diag(Comment->getLocation(), diag::warn_doc_api_container_decl_mismatch)
212 Diag(Comment->getLocation(), diag::warn_doc_container_decl_mismatch)
246 Diag(ArgLocBegin, diag::warn_doc_param_spaces_in_direction)
249 Diag(ArgLocBegin, diag::warn_doc_param_invalid_direction) << ArgRange;
291 Diag(Command->getLocation(),
292 diag::warn_doc_tparam_not_attached_to_a_template_decl)
325 Diag(ArgLocBegin, diag::warn_doc_tparam_duplicate)
327 Diag(PrevCommand->getLocation(), diag::note_doc_tparam_previous)
335 Diag(ArgLocBegin, diag::warn_doc_tparam_not_found)
352 Diag(ArgLocBegin, diag::note_doc_tparam_name_suggestion)
484 Diag(HET->getLocation(), diag::warn_doc_html_end_forbidden)
500 Diag(HET->getLocation(), diag::warn_doc_html_end_unbalanced)
529 Diag(HST->getLocation(), diag::warn_doc_html_start_end_mismatch)
534 Diag(HST->getLocation(), diag::warn_doc_html_start_end_mismatch)
537 Diag(HET->getLocation(), diag::note_doc_html_end_tag)
557 Diag(HST->getLocation(), diag::warn_doc_html_missing_end_tag)
576 Diag(DiagLoc, diag::warn_doc_block_command_empty_paragraph)
606 Diag(Command->getLocation(),
607 diag::warn_doc_returns_attached_to_a_void_function)
618 Diag(Command->getLocation(),
619 diag::warn_doc_returns_not_attached_to_a_function_decl)
646 Diag(Command->getLocation(), diag::warn_doc_block_command_duplicate)
651 Diag(PrevCommand->getLocation(), diag::note_doc_block_command_previous)
656 Diag(PrevCommand->getLocation(),
657 diag::note_doc_block_command_previous_alias)
678 Diag(Command->getLocation(),
679 diag::warn_doc_deprecated_not_sync)
706 Diag(FD->getLocEnd(),
707 diag::note_add_deprecation_attr)
751 Diag(ArgRange.getBegin(), diag::warn_doc_param_duplicate)
754 Diag(PrevCommand->getLocation(), diag::note_doc_param_previous)
775 Diag(ArgRange.getBegin(), diag::warn_doc_param_not_found)
795 Diag(ArgRange.getBegin(), diag::note_doc_param_name_suggestion)