Searched refs:findCompleteObject (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/clang/lib/AST/ |
D | ExprConstant.cpp | 3938 static CompleteObject findCompleteObject(EvalInfo &Info, const Expr *E, in findCompleteObject() function 4255 CompleteObject Obj = findCompleteObject(Info, Conv, AK, LVal, Type); in handleLValueToRValueConversion() 4270 CompleteObject Obj = findCompleteObject(Info, E, AK_Assign, LVal, LValType); in handleAssignment() 4413 CompleteObject Obj = findCompleteObject(Info, E, AK_Assign, LVal, LValType); in handleCompoundAssignment() 4558 CompleteObject Obj = findCompleteObject(Info, E, AK, LVal, LValType); in handleIncDec() 5511 CompleteObject Obj = findCompleteObject(Info, E, AK, This, QualType()); in checkDynamicType() 5958 findCompleteObject(Info, LHSExpr, AK_Assign, LHS, LHSExpr->getType()); in HandleUnionActiveMemberChange() 6540 CompleteObject Obj = findCompleteObject(Info, E, AK_Destroy, This, ThisType); in HandleDestruction() 9478 CompleteObject Obj = findCompleteObject(Info, E, AK, Result, AllocType); in VisitCXXNewExpr()
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 2687 static CompleteObject findCompleteObject(EvalInfo &Info, const Expr *E, in findCompleteObject() function 2931 CompleteObject Obj = findCompleteObject(Info, Conv, AK_Read, LVal, Type); in handleLValueToRValueConversion() 2946 CompleteObject Obj = findCompleteObject(Info, E, AK_Assign, LVal, LValType); in handleAssignment() 3067 CompleteObject Obj = findCompleteObject(Info, E, AK_Assign, LVal, LValType); in handleCompoundAssignment() 3217 CompleteObject Obj = findCompleteObject(Info, E, AK, LVal, LValType); in handleIncDec()
|