HomeSort by relevance Sort by last modified time
    Searched refs:getCXXThisExpr (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 504 virtual const Expr *getCXXThisExpr() const { return 0; }
551 virtual const Expr *getCXXThisExpr() const;
590 virtual const Expr *getCXXThisExpr() const;
  /external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 260 emitBadCall(BT_cxx_call_undef.get(), C, CC->getCXXThisExpr());
271 emitBadCall(BT_cxx_call_null.get(), C, CC->getCXXThisExpr());
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 388 const Expr *Base = getCXXThisExpr();
495 const Expr *CXXMemberCall::getCXXThisExpr() const {
500 const Expr *CXXMemberOperatorCall::getCXXThisExpr() const {

Completed in 27 milliseconds