Searched refs:CXXMemberOperatorCall (Results 1 – 5 of 5) sorted by relevance
65 const auto *OC = dyn_cast<CXXMemberOperatorCall>(&Call); in checkPreCall()
123 if (const auto *MemOpCall = dyn_cast<CXXMemberOperatorCall>(&Call)) { in isInvalidatingMemberFunction()173 bool isaMemberOpCall = isa<CXXMemberOperatorCall>(FC); in checkFunctionArguments()
736 const auto *OC = dyn_cast<CXXMemberOperatorCall>(&Call); in handleAssignOp()
739 class CXXMemberOperatorCall : public CXXInstanceCall {743 CXXMemberOperatorCall(const CXXOperatorCallExpr *CE, ProgramStateRef St, in CXXMemberOperatorCall() function746 CXXMemberOperatorCall(const CXXMemberOperatorCall &Other) = default;749 new (Dest) CXXMemberOperatorCall(*this); in cloneTo()
844 const Expr *CXXMemberOperatorCall::getCXXThisExpr() const { in getCXXThisExpr()1384 return create<CXXMemberOperatorCall>(OpCE, State, LCtx); in getSimpleCall()