HomeSort by: relevance | last modified time | path
    Searched defs:RefCountReport (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
RetainCountDiagnostics.h 49 class RefCountReport : public PathSensitiveBugReport {
55 RefCountReport(const RefCountBug &D, const LangOptions &LOpts,
59 RefCountReport(const RefCountBug &D, const LangOptions &LOpts,
70 class RefLeakReport : public RefCountReport {
RetainCountDiagnostics.cpp 844 RefCountReport::RefCountReport(const RefCountBug &D, const LangOptions &LOpts,
852 RefCountReport::RefCountReport(const RefCountBug &D, const LangOptions &LOpts,
998 : RefCountReport(D, LOpts, N, Sym, /*isLeak=*/true) {

Completed in 17 milliseconds