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

References

tools/clang/lib/StaticAnalyzer/Checkers/MallocSizeofChecker.cpp
  182          e = Finder.Calls.end(); i != e; ++i) {
  182          e = Finder.Calls.end(); i != e; ++i) {
  183       QualType CastedType = i->CastedExpr->getType();
  190       for (CallExpr::const_arg_iterator ai = i->AllocCall->arg_begin(),
  191            ae = i->AllocCall->arg_end(); ai != ae; ++ai) {
  211         if (i->CastedExprParent.is<const VarDecl *>()) {
  213               i->CastedExprParent.get<const VarDecl *>()->getTypeSourceInfo();
  215           TSI = i->ExplicitCastType;
  222         const FunctionDecl *Callee = i->AllocCall->getDirectCallee();
  231         Ranges.push_back(i->AllocCall->getCallee()->getSourceRange());
  237             PathDiagnosticLocation::createBegin(i->AllocCall->getCallee(),