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

References

tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp
 1094         ExplodedNode *N = C.addTransition(state, Pred, &ReturnOwnLeakTag);
 1096           const LangOptions &LOpts = C.getASTContext().getLangOpts();
 1098               std::make_unique<RefLeakReport>(leakAtReturn, LOpts, N, Sym, C);
 1099           C.emitReport(std::move(R));
 1120         ExplodedNode *N = C.addTransition(state, Pred, &ReturnNotOwnedTag);
 1123               returnNotOwnedForOwned, C.getASTContext().getLangOpts(), N, Sym);
 1124           C.emitReport(std::move(R));