Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DCallAndMessageChecker.cpp264 emitBadCall(BT_cxx_call_undef.get(), C, CC->getCXXThisExpr()); in checkPreCall()
276 emitBadCall(BT_cxx_call_null.get(), C, CC->getCXXThisExpr()); in checkPreCall()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h565 virtual const Expr *getCXXThisExpr() const { return 0; } in getCXXThisExpr() function
612 virtual const Expr *getCXXThisExpr() const;
653 virtual const Expr *getCXXThisExpr() const;
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp416 const Expr *Base = getCXXThisExpr(); in getCXXThisVal()
522 const Expr *CXXMemberCall::getCXXThisExpr() const { in getCXXThisExpr() function in CXXMemberCall
539 const Expr *CXXMemberOperatorCall::getCXXThisExpr() const { in getCXXThisExpr() function in CXXMemberOperatorCall