Searched refs:CXXMemberOperatorCall (Results 1 – 6 of 6) sorted by relevance
166 isa<CXXMemberOperatorCall>(Call) && in evalCall()185 const auto &AsMemberOpCall = cast<CXXMemberOperatorCall>(Call); in evalCall()
120 if (const auto *MemOpCall = dyn_cast<CXXMemberOperatorCall>(&Call)) { in isInvalidatingMemberFunction()163 bool isaMemberOpCall = isa<CXXMemberOperatorCall>(FC); in checkFunctionArguments()
61 const auto *OC = dyn_cast<CXXMemberOperatorCall>(&Call); in checkPreCall()
735 const auto *OC = dyn_cast<CXXMemberOperatorCall>(&Call); in handleAssignOp()
837 class CXXMemberOperatorCall : public CXXInstanceCall {841 CXXMemberOperatorCall(const CXXOperatorCallExpr *CE, ProgramStateRef St, in CXXMemberOperatorCall() function845 CXXMemberOperatorCall(const CXXMemberOperatorCall &Other) = default;848 new (Dest) CXXMemberOperatorCall(*this); in cloneTo()
884 const Expr *CXXMemberOperatorCall::getCXXThisExpr() const { in getCXXThisExpr()1433 return create<CXXMemberOperatorCall>(OpCE, State, LCtx, ElemRef); in getSimpleCall()