Searched refs:getCXXThisExpr (Results 1 – 4 of 4) sorted by relevance
538 virtual const Expr *getCXXThisExpr() const { return nullptr; } in getCXXThisExpr() function585 const Expr *getCXXThisExpr() const override;626 const Expr *getCXXThisExpr() const override;
410 const Expr *Base = getCXXThisExpr(); in getCXXThisVal()516 const Expr *CXXMemberCall::getCXXThisExpr() const { in getCXXThisExpr() function in CXXMemberCall533 const Expr *CXXMemberOperatorCall::getCXXThisExpr() const { in getCXXThisExpr() function in CXXMemberOperatorCall
365 emitBadCall(BT_cxx_call_undef.get(), C, CC->getCXXThisExpr()); in checkPreCall()377 emitBadCall(BT_cxx_call_null.get(), C, CC->getCXXThisExpr()); in checkPreCall()
1881 if (!Sym || checkUseAfterFree(Sym, C, CC->getCXXThisExpr())) in checkPreCall()