Searched refs:DstName (Results 1 – 1 of 1) sorted by relevance
225 StringRef DstName = getPrintableName(DstArg); in VisitCallExpr() local230 if (!DstName.empty()) { in VisitCallExpr()231 os << "Replace with 'sizeof(" << DstName << ") " in VisitCallExpr()232 "- strlen(" << DstName <<") - 1'"; in VisitCallExpr()250 StringRef DstName = getPrintableName(DstArg); in VisitCallExpr() local256 if (!DstName.empty()) in VisitCallExpr()257 os << "sizeof(" << DstName << ")"; in VisitCallExpr()