Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGObjC.cpp3765 ParmVarDecl *DstDecl = ParmVarDecl::Create( in GenerateObjCAtomicSetterCopyHelperFunction() local
3769 args.push_back(Params[0] = DstDecl); in GenerateObjCAtomicSetterCopyHelperFunction()
3791 DeclRefExpr DstExpr(C, DstDecl, false, DestTy, VK_PRValue, SourceLocation()); in GenerateObjCAtomicSetterCopyHelperFunction()
3863 ParmVarDecl *DstDecl = ParmVarDecl::Create( in GenerateObjCAtomicGetterCopyHelperFunction() local
3867 args.push_back(Params[0] = DstDecl); in GenerateObjCAtomicGetterCopyHelperFunction()
3915 DeclRefExpr DstExpr(getContext(), DstDecl, false, DestTy, VK_PRValue, in GenerateObjCAtomicGetterCopyHelperFunction()
H A DCGBlocks.cpp1909 ImplicitParamDecl DstDecl(C, C.VoidPtrTy, ImplicitParamDecl::Other); in GenerateCopyHelperFunction() local
1910 args.push_back(&DstDecl); in GenerateCopyHelperFunction()
1941 Address dst = GetAddrOfLocalVar(&DstDecl); in GenerateCopyHelperFunction()