Searched refs:DstDecl (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 3440 ImplicitParamDecl DstDecl(C, FD, SourceLocation(), /*Id=*/nullptr, DestTy, in GenerateObjCAtomicSetterCopyHelperFunction() local 3442 args.push_back(&DstDecl); in GenerateObjCAtomicSetterCopyHelperFunction() 3461 DeclRefExpr DstExpr(getContext(), &DstDecl, false, DestTy, VK_RValue, in GenerateObjCAtomicSetterCopyHelperFunction() 3524 ImplicitParamDecl DstDecl(C, FD, SourceLocation(), /*Id=*/nullptr, DestTy, in GenerateObjCAtomicGetterCopyHelperFunction() local 3526 args.push_back(&DstDecl); in GenerateObjCAtomicGetterCopyHelperFunction() 3570 DeclRefExpr DstExpr(getContext(), &DstDecl, false, DestTy, VK_RValue, in GenerateObjCAtomicGetterCopyHelperFunction()
|
| H A D | CGBlocks.cpp | 2017 ImplicitParamDecl DstDecl(C, C.VoidPtrTy, ImplicitParamDecl::Other); in GenerateCopyHelperFunction() local 2018 args.push_back(&DstDecl); in GenerateCopyHelperFunction() 2054 Address dst = GetAddrOfLocalVar(&DstDecl); in GenerateCopyHelperFunction()
|