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 559 virtual const Expr *getCXXThisExpr() const { return 0; }
606 virtual const Expr *getCXXThisExpr() const;
647 virtual const Expr *getCXXThisExpr() const;
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 265 emitBadCall(BT_cxx_call_undef.get(), C, CC->getCXXThisExpr());
277 emitBadCall(BT_cxx_call_null.get(), C, CC->getCXXThisExpr());
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 402 const Expr *Base = getCXXThisExpr();
508 const Expr *CXXMemberCall::getCXXThisExpr() const {
525 const Expr *CXXMemberOperatorCall::getCXXThisExpr() const {
    [all...]

Completed in 96 milliseconds