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

  /external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 365 emitBadCall(BT_cxx_call_undef.get(), C, CC->getCXXThisExpr());
377 emitBadCall(BT_cxx_call_null.get(), C, CC->getCXXThisExpr());
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 538 virtual const Expr *getCXXThisExpr() const { return nullptr; }
585 const Expr *getCXXThisExpr() const override;
626 const Expr *getCXXThisExpr() const override;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 410 const Expr *Base = getCXXThisExpr();
516 const Expr *CXXMemberCall::getCXXThisExpr() const {
533 const Expr *CXXMemberOperatorCall::getCXXThisExpr() const {
    [all...]

Completed in 561 milliseconds