Searched refs:CXXMemberOperatorCall (Results 1 – 3 of 3) sorted by relevance
747 class CXXMemberOperatorCall : public CXXInstanceCall {751 CXXMemberOperatorCall(const CXXOperatorCallExpr *CE, ProgramStateRef St, in CXXMemberOperatorCall() function754 CXXMemberOperatorCall(const CXXMemberOperatorCall &Other) = default;757 new (Dest) CXXMemberOperatorCall(*this); in cloneTo()
119 if (const auto *MemOpCall = dyn_cast<CXXMemberOperatorCall>(&Call)) { in isInvalidatingMemberFunction()167 bool isaMemberOpCall = isa<CXXMemberOperatorCall>(FC); in checkFunctionArguments()
826 const Expr *CXXMemberOperatorCall::getCXXThisExpr() const { in getCXXThisExpr()1351 return create<CXXMemberOperatorCall>(OpCE, State, LCtx); in getSimpleCall()