Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGObjC.cpp3537 ImplicitParamDecl DstDecl(C, FD, SourceLocation(), /*Id=*/nullptr, DestTy, in GenerateObjCAtomicSetterCopyHelperFunction() local
3539 args.push_back(&DstDecl); in GenerateObjCAtomicSetterCopyHelperFunction()
3558 DeclRefExpr DstExpr(getContext(), &DstDecl, false, DestTy, VK_RValue, in GenerateObjCAtomicSetterCopyHelperFunction()
3621 ImplicitParamDecl DstDecl(C, FD, SourceLocation(), /*Id=*/nullptr, DestTy, in GenerateObjCAtomicGetterCopyHelperFunction() local
3623 args.push_back(&DstDecl); in GenerateObjCAtomicGetterCopyHelperFunction()
3667 DeclRefExpr DstExpr(getContext(), &DstDecl, false, DestTy, VK_RValue, in GenerateObjCAtomicGetterCopyHelperFunction()
HDCGBlocks.cpp2006 ImplicitParamDecl DstDecl(C, C.VoidPtrTy, ImplicitParamDecl::Other); in GenerateCopyHelperFunction() local
2007 args.push_back(&DstDecl); in GenerateCopyHelperFunction()
2045 Address dst = GetAddrOfLocalVar(&DstDecl); in GenerateCopyHelperFunction()