Home
last modified time | relevance | path

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

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