Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjC.cpp3697 ImplicitParamDecl DstDecl(C, FD, SourceLocation(), /*Id=*/nullptr, DestTy, in GenerateObjCAtomicSetterCopyHelperFunction() local
3699 args.push_back(&DstDecl); in GenerateObjCAtomicSetterCopyHelperFunction()
3718 DeclRefExpr DstExpr(C, &DstDecl, false, DestTy, VK_RValue, SourceLocation()); in GenerateObjCAtomicSetterCopyHelperFunction()
3781 ImplicitParamDecl DstDecl(C, FD, SourceLocation(), /*Id=*/nullptr, DestTy, in GenerateObjCAtomicGetterCopyHelperFunction() local
3783 args.push_back(&DstDecl); in GenerateObjCAtomicGetterCopyHelperFunction()
3828 DeclRefExpr DstExpr(getContext(), &DstDecl, false, DestTy, VK_RValue, in GenerateObjCAtomicGetterCopyHelperFunction()
H A DCGBlocks.cpp1933 ImplicitParamDecl DstDecl(C, C.VoidPtrTy, ImplicitParamDecl::Other); in GenerateCopyHelperFunction() local
1934 args.push_back(&DstDecl); in GenerateCopyHelperFunction()
1974 Address dst = GetAddrOfLocalVar(&DstDecl); in GenerateCopyHelperFunction()