Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp39 ExprParent CastedExprParent; member
44 CallRecord(ExprParent CastedExprParent, const Expr *CastedExpr, in CallRecord()
47 : CastedExprParent(CastedExprParent), CastedExpr(CastedExpr), in CallRecord()
215 if (i->CastedExprParent.is<const VarDecl *>()) { in checkASTCodeBody()
217 i->CastedExprParent.get<const VarDecl *>()->getTypeSourceInfo(); in checkASTCodeBody()