Home
last modified time | relevance | path

Searched refs:endText (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.h61 StringRef endText);
H A DRetainCountDiagnostics.cpp847 StringRef endText) in RefCountReport() argument
848 : PathSensitiveBugReport(D, D.getDescription(), endText, n) { in RefCountReport()