Searched refs:getCXXThisExpr (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMismatchedIteratorChecker.cpp75 if (!isIteratorType(InstCall->getCXXThisExpr()->getType()) ||
H A DCallAndMessageChecker.cpp380 emitBadCall(BT_cxx_call_undef.get(), C, CC->getCXXThisExpr());
392 emitBadCall(BT_cxx_call_null.get(), C, CC->getCXXThisExpr());
H A DMallocChecker.cpp2707 if (!Sym || checkUseAfterFree(Sym, C, CC->getCXXThisExpr()))
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp695 const Expr *Ex = getCXXThisExpr()->ignoreParenBaseCasts();
714 const Expr *Base = getCXXThisExpr();
828 const Expr *CXXMemberCall::getCXXThisExpr() const { function in class:CXXMemberCall
844 const Expr *CXXMemberOperatorCall::getCXXThisExpr() const { function in class:CXXMemberOperatorCall
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h653 virtual const Expr *getCXXThisExpr() const { return nullptr; } function in class:clang::ento::CXXInstanceCall
700 const Expr *getCXXThisExpr() const override;
741 const Expr *getCXXThisExpr() const override;

Completed in 136 milliseconds