Searched refs:CXXMemberOperatorCall (Results 1 – 6 of 6) sorted by relevance
168 isa<CXXMemberOperatorCall>(Call) && in evalCall()187 const auto &AsMemberOpCall = cast<CXXMemberOperatorCall>(Call); in evalCall()
122 if (const auto *MemOpCall = dyn_cast<CXXMemberOperatorCall>(&Call)) { in isInvalidatingMemberFunction()165 bool isaMemberOpCall = isa<CXXMemberOperatorCall>(FC); in checkFunctionArguments()
65 const auto *OC = dyn_cast<CXXMemberOperatorCall>(&Call); in checkPreCall()
735 const auto *OC = dyn_cast<CXXMemberOperatorCall>(&Call); in handleAssignOp()
830 class CXXMemberOperatorCall : public CXXInstanceCall {834 CXXMemberOperatorCall(const CXXOperatorCallExpr *CE, ProgramStateRef St, in CXXMemberOperatorCall() function838 CXXMemberOperatorCall(const CXXMemberOperatorCall &Other) = default;841 new (Dest) CXXMemberOperatorCall(*this); in cloneTo()
872 const Expr *CXXMemberOperatorCall::getCXXThisExpr() const { in getCXXThisExpr()1413 return create<CXXMemberOperatorCall>(OpCE, State, LCtx, ElemRef); in getSimpleCall()