Home
last modified time | relevance | path

Searched defs:CallRecord (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp39 struct CallRecord { struct in __anon7b2079cb0111::CastedAllocFinder
40 ExprParent CastedExprParent;
41 const Expr *CastedExpr;
42 const TypeSourceInfo *ExplicitCastType;
43 const CallExpr *AllocCall;
45 CallRecord(ExprParent CastedExprParent, const Expr *CastedExpr, in CallRecord() function
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCallGraph.h149 struct CallRecord { struct
153 CallRecord() = default; argument
155 CallRecord(CallGraphNode *Callee_, Expr *CallExpr_) in CallRecord() argument