Searched refs:findCompleteObject (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 3128 static CompleteObject findCompleteObject(EvalInfo &Info, const Expr *E, in findCompleteObject() function 3378 CompleteObject Obj = findCompleteObject(Info, Conv, AK_Read, LVal, Type); in handleLValueToRValueConversion() 3393 CompleteObject Obj = findCompleteObject(Info, E, AK_Assign, LVal, LValType); in handleAssignment() 3521 CompleteObject Obj = findCompleteObject(Info, E, AK_Assign, LVal, LValType); in handleCompoundAssignment() 3669 CompleteObject Obj = findCompleteObject(Info, E, AK, LVal, LValType); in handleIncDec()
|