Searched refs:ParamDiagIdx (Results 1 – 1 of 1) sorted by relevance
416 unsigned ParamDiagIdx = PVD->getFunctionScopeIndex() + 1; in checkPostCall() local432 Notes.push_back([Handle, ParamDiagIdx](BugReport &BR) -> std::string { in checkPostCall()437 OS << "Handle released through " << ParamDiagIdx in checkPostCall()438 << llvm::getOrdinalSuffix(ParamDiagIdx) << " parameter"; in checkPostCall()446 Notes.push_back([Handle, ParamDiagIdx](BugReport &BR) -> std::string { in checkPostCall()451 OS << "Handle allocated through " << ParamDiagIdx in checkPostCall()452 << llvm::getOrdinalSuffix(ParamDiagIdx) << " parameter"; in checkPostCall()460 Notes.push_back([Handle, ParamDiagIdx](BugReport &BR) -> std::string { in checkPostCall()465 OS << "Unowned handle allocated through " << ParamDiagIdx in checkPostCall()466 << llvm::getOrdinalSuffix(ParamDiagIdx) << " parameter"; in checkPostCall()