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

References

tools/clang/tools/extra/clang-tidy/bugprone/NotNullTerminatedResultCheck.cpp
  294   LengthExpr = LengthExpr->IgnoreParenImpCasts();
  294   LengthExpr = LengthExpr->IgnoreParenImpCasts();
  298   StringRef LengthExprStr = exprToStr(LengthExpr, Result);
  309     if (const auto *LengthIL = dyn_cast<IntegerLiteral>(LengthExpr)) {
  324   const auto *BO = dyn_cast<BinaryOperator>(LengthExpr);
  352     Diag << FixItHint::CreateInsertion(LengthExpr->getBeginLoc(), "(");
  361   Diag << FixItHint::CreateInsertion(exprLocEnd(LengthExpr, Result), Injection);