Home
last modified time | relevance | path

Searched refs:CallRec (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp186 for (const auto &CallRec : Finder.Calls) { in checkASTCodeBody() local
187 QualType CastedType = CallRec.CastedExpr->getType(); in checkASTCodeBody()
194 for (const Expr *Arg : CallRec.AllocCall->arguments()) { in checkASTCodeBody()
214 if (CallRec.CastedExprParent.is<const VarDecl *>()) { in checkASTCodeBody()
215 TSI = CallRec.CastedExprParent.get<const VarDecl *>() in checkASTCodeBody()
218 TSI = CallRec.ExplicitCastType; in checkASTCodeBody()
225 const FunctionDecl *Callee = CallRec.AllocCall->getDirectCallee(); in checkASTCodeBody()
234 Ranges.push_back(CallRec.AllocCall->getCallee()->getSourceRange()); in checkASTCodeBody()
240 CallRec.AllocCall->getCallee(), BR.getSourceManager(), ADC); in checkASTCodeBody()