reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
  827 const Expr *CXXMemberCall::getCXXThisExpr() const {
  843 const Expr *CXXMemberOperatorCall::getCXXThisExpr() const {

References

tools/clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp
  380       emitBadCall(BT_cxx_call_undef.get(), C, CC->getCXXThisExpr());
  392       emitBadCall(BT_cxx_call_null.get(), C, CC->getCXXThisExpr());
tools/clang/lib/StaticAnalyzer/Checkers/CastValueChecker.cpp
  171     Object = cast<CXXInstanceCall>(&Call)->getCXXThisExpr();
tools/clang/lib/StaticAnalyzer/Checkers/IteratorChecker.cpp
  435         if (!isIteratorType(InstCall->getCXXThisExpr()->getType()) ||
tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
 2705     if (!Sym || checkUseAfterFree(Sym, C, CC->getCXXThisExpr()))
tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
  694     const Expr *Ex = getCXXThisExpr()->ignoreParenBaseCasts();
  713   const Expr *Base = getCXXThisExpr();