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

References

tools/clang/lib/StaticAnalyzer/Checkers/CXXSelfAssignmentChecker.cpp
   42   const auto *MD = dyn_cast<CXXMethodDecl>(LCtx->getDecl());
   50       State->getSVal(SVB.getCXXThis(MD, LCtx->getStackFrame()));
   51   auto Param = SVB.makeLoc(State->getRegion(MD->getParamDecl(0), LCtx));
   54   ProgramStateRef SelfAssignState = State->bindLoc(Param, ThisVal, LCtx);
   64   ProgramStateRef NonSelfAssignState = State->bindLoc(Param, ParamVal, LCtx);