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

References

tools/clang/tools/extra/clang-tidy/performance/NoexceptMoveConstructorCheck.cpp
   60       if (NoexceptLoc.isValid())
   61         NoexceptLoc = Lexer::findLocationAfterToken(
   62             NoexceptLoc, tok::r_paren, SM, Result.Context->getLangOpts(), true);
   63       if (NoexceptLoc.isValid())
   64         Diag << FixItHint::CreateInsertion(NoexceptLoc, " noexcept ");