Searched refs:findCompleteObject (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 3960 static CompleteObject findCompleteObject(EvalInfo &Info, const Expr *E, in findCompleteObject() function 4311 CompleteObject Obj = findCompleteObject(Info, Conv, AK, LVal, Type); in handleLValueToRValueConversion() 4326 CompleteObject Obj = findCompleteObject(Info, E, AK_Assign, LVal, LValType); in handleAssignment() 4469 CompleteObject Obj = findCompleteObject(Info, E, AK_Assign, LVal, LValType); in handleCompoundAssignment() 4614 CompleteObject Obj = findCompleteObject(Info, E, AK, LVal, LValType); in handleIncDec() 5604 CompleteObject Obj = findCompleteObject(Info, E, AK, This, QualType()); in checkDynamicType() 6051 findCompleteObject(Info, LHSExpr, AK_Assign, LHS, LHSExpr->getType()); in HandleUnionActiveMemberChange() 6630 CompleteObject Obj = findCompleteObject(Info, E, AK_Destroy, This, ThisType); in HandleDestruction() 9643 CompleteObject Obj = findCompleteObject(Info, E, AK, Result, AllocType); in VisitCXXNewExpr()
|