Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp31 typedef llvm::PointerUnion<const Stmt *, const VarDecl *> ExprParent; typedef
39 ExprParent CastedExprParent;
44 CallRecord(ExprParent CastedExprParent, const Expr *CastedExpr, in CallRecord()
59 void VisitChild(ExprParent Parent, const Stmt *S) { in VisitChild()