Searched refs:RefLeakReport (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.h70 class RefLeakReport : public RefCountReport { class in namespace:clang::ento::retaincountchecker
84 RefLeakReport(const RefCountBug &D, const LangOptions &LOpts, ExplodedNode *n,
H A DRetainCountDiagnostics.cpp740 PathDiagnosticLocation L = cast<RefLeakReport>(BR).getEndOfPath();
826 void RefLeakReport::deriveParamLocation(CheckerContext &Ctx, SymbolRef sym) {
845 void RefLeakReport::deriveAllocLocation(CheckerContext &Ctx,
888 void RefLeakReport::createDescription(CheckerContext &Ctx) {
904 RefLeakReport::RefLeakReport(const RefCountBug &D, const LangOptions &LOpts, function in class:RefLeakReport
H A DRetainCountChecker.cpp1098 std::make_unique<RefLeakReport>(*LeakAtReturn, LOpts, N, Sym, C);
1324 Ctx.emitReport(std::make_unique<RefLeakReport>(BT, LOpts, N, L, Ctx));

Completed in 115 milliseconds