Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp39 const Expr *CastedExpr; member
43 CallRecord(ExprParent CastedExprParent, const Expr *CastedExpr, in CallRecord()
46 : CastedExprParent(CastedExprParent), CastedExpr(CastedExpr), in CallRecord()
185 QualType CastedType = CallRec.CastedExpr->getType(); in checkASTCodeBody()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreterValuePrinter.cpp128 ExprResult CastedExpr = in HandleIntegralOrEnumType() local
130 assert(!CastedExpr.isInvalid() && "Cannot create cstyle cast expr"); in HandleIntegralOrEnumType()
131 Args.push_back(CastedExpr.get()); in HandleIntegralOrEnumType()
137 ExprResult CastedExpr = in HandlePtrType() local
139 assert(!CastedExpr.isInvalid() && "Can not create cstyle cast expression"); in HandlePtrType()
140 Args.push_back(CastedExpr.get()); in HandlePtrType()