Searched refs:MemCpyRef (Results 1 – 1 of 1) sorted by relevance
14179 ExprResult MemCpyRef = S.BuildDeclRefExpr(MemCpy, S.Context.BuiltinFnTy, in buildMemcpyForAssignmentOp() local14181 assert(MemCpyRef.isUsable() && "Builtin reference cannot fail"); in buildMemcpyForAssignmentOp()14186 ExprResult Call = S.BuildCallExpr(/*Scope=*/nullptr, MemCpyRef.get(), in buildMemcpyForAssignmentOp()