Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp3704 ParmVarDecl *DstDecl = ParmVarDecl::Create( in GenerateObjCAtomicSetterCopyHelperFunction() local
3708 args.push_back(Params[0] = DstDecl); in GenerateObjCAtomicSetterCopyHelperFunction()
3730 DeclRefExpr DstExpr(C, DstDecl, false, DestTy, VK_PRValue, SourceLocation()); in GenerateObjCAtomicSetterCopyHelperFunction()
3794 ParmVarDecl *DstDecl = ParmVarDecl::Create( in GenerateObjCAtomicGetterCopyHelperFunction() local
3798 args.push_back(Params[0] = DstDecl); in GenerateObjCAtomicGetterCopyHelperFunction()
3846 DeclRefExpr DstExpr(getContext(), DstDecl, false, DestTy, VK_PRValue, in GenerateObjCAtomicGetterCopyHelperFunction()
H A DCGBlocks.cpp1933 ImplicitParamDecl DstDecl(C, C.VoidPtrTy, ImplicitParamDecl::Other); in GenerateCopyHelperFunction() local
1934 args.push_back(&DstDecl); in GenerateCopyHelperFunction()
1966 Address dst = GetAddrOfLocalVar(&DstDecl); in GenerateCopyHelperFunction()