Searched refs:findCompleteObject (Results 1 – 1 of 1) sorted by relevance
/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()
|