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
  374   const auto *FunctionExpr = Result.Nodes.getNodeAs<CallExpr>(FunctionExprName);
  413   const auto *FunctionExpr = Result.Nodes.getNodeAs<CallExpr>(FunctionExprName);
  425   const auto *FunctionExpr = Result.Nodes.getNodeAs<CallExpr>(FunctionExprName);
  450   const auto *FunctionExpr = Result.Nodes.getNodeAs<CallExpr>(FunctionExprName);
  471   const auto *FunctionExpr = Result.Nodes.getNodeAs<CallExpr>(FunctionExprName);
  775   Finder->addMatcher(callExpr(AnyOfMatchers).bind(FunctionExprName), this);
  781           .bind(FunctionExprName),
  785                      has(callExpr(Memchr).bind(FunctionExprName))))
  792   const auto *FunctionExpr = Result.Nodes.getNodeAs<CallExpr>(FunctionExprName);
  843       diag(Result.Nodes.getNodeAs<CallExpr>(FunctionExprName)->getBeginLoc(),
  915   const auto *FunctionExpr = Result.Nodes.getNodeAs<CallExpr>(FunctionExprName);
  951       diag(Result.Nodes.getNodeAs<CallExpr>(FunctionExprName)->getBeginLoc(),
  961   const auto *FunctionExpr = Result.Nodes.getNodeAs<CallExpr>(FunctionExprName);
  997       diag(Result.Nodes.getNodeAs<CallExpr>(FunctionExprName)->getBeginLoc(),