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

References

tools/clang/tools/extra/clang-tidy/performance/TypePromotionInMathFnCheck.cpp
  160   assert(Call != nullptr);
  162   StringRef OldFnName = Call->getDirectCallee()->getName();
  185   auto Diag = diag(Call->getExprLoc(), "call to '%0' promotes float to double")
  188                      Call->getCallee()->getSourceRange(), NewFnName);
  196             Result.Context->getSourceManager().getFileID(Call->getBeginLoc()),