Searched refs:findCompleteObject (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 4299 static CompleteObject findCompleteObject(EvalInfo &Info, const Expr *E, in findCompleteObject() function 4656 CompleteObject Obj = findCompleteObject(Info, Conv, AK, LVal, Type); in handleLValueToRValueConversion() 4671 CompleteObject Obj = findCompleteObject(Info, E, AK_Assign, LVal, LValType); in handleAssignment() 4819 CompleteObject Obj = findCompleteObject(Info, E, AK_Assign, LVal, LValType); in handleCompoundAssignment() 4966 CompleteObject Obj = findCompleteObject(Info, E, AK, LVal, LValType); in handleIncDec() 6045 CompleteObject Obj = findCompleteObject(Info, E, AK, This, QualType()); in checkDynamicType() 6505 findCompleteObject(Info, LHSExpr, AK_Assign, LHS, LHSExpr->getType()); in MaybeHandleUnionActiveMemberChange() 7107 CompleteObject Obj = findCompleteObject(Info, E, AK_Destroy, This, ThisType); in HandleDestruction() 10500 CompleteObject Obj = findCompleteObject(Info, E, AK, Result, AllocType); in VisitCXXNewExpr() 18186 findCompleteObject(Info, E, AccessKinds::AK_IsWithinLifetime, Val, T); in EvaluateBuiltinIsWithinLifetime()
|