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

References

tools/clang/tools/extra/clang-tidy/modernize/UseUncaughtExceptionsCheck.cpp
   57     BeginLoc = C->getBeginLoc();
   60     BeginLoc = E->getBeginLoc();
   64     BeginLoc = D->getBeginLoc();
   70     BeginLoc = U->getNameInfo().getBeginLoc();
   74   auto Diag = diag(BeginLoc, "'std::uncaught_exception' is deprecated, use "
   77   if (!BeginLoc.isMacroID()) {
   79         Lexer::getSourceText(CharSourceRange::getTokenRange(BeginLoc, EndLoc),
   90       Diag << FixItHint::CreateInsertion(BeginLoc.getLocWithOffset(TextLength),