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

/external/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp445 const Expr *Ex = getCXXThisExpr()->ignoreParenBaseCasts();
460 const Expr *Base = getCXXThisExpr();
566 const Expr *CXXMemberCall::getCXXThisExpr() const { function in class:CXXMemberCall
583 const Expr *CXXMemberOperatorCall::getCXXThisExpr() const { function in class:CXXMemberOperatorCall
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp372 emitBadCall(BT_cxx_call_undef.get(), C, CC->getCXXThisExpr());
384 emitBadCall(BT_cxx_call_null.get(), C, CC->getCXXThisExpr());
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h627 virtual const Expr *getCXXThisExpr() const { return nullptr; } function in class:clang::ento::CXXInstanceCall
674 const Expr *getCXXThisExpr() const override;
715 const Expr *getCXXThisExpr() const override;

Completed in 166 milliseconds