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()
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()
735 const auto *OC = dyn_cast<CXXMemberOperatorCall>(&Call); in handleAssignOp()
758 class CXXMemberOperatorCall : public CXXInstanceCall {762 CXXMemberOperatorCall(const CXXOperatorCallExpr *CE, ProgramStateRef St, in CXXMemberOperatorCall() function766 CXXMemberOperatorCall(const CXXMemberOperatorCall &Other) = default;769 new (Dest) CXXMemberOperatorCall(*this); in cloneTo()
872 const Expr *CXXMemberOperatorCall::getCXXThisExpr() const { in getCXXThisExpr()1413 return create<CXXMemberOperatorCall>(OpCE, State, LCtx, ElemRef); in getSimpleCall()