Searched refs:dstDecl (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGObjC.cpp | 3200 ImplicitParamDecl dstDecl(getContext(), FD, SourceLocation(), nullptr,DestTy); in GenerateObjCAtomicSetterCopyHelperFunction() local 3201 args.push_back(&dstDecl); in GenerateObjCAtomicSetterCopyHelperFunction() 3219 DeclRefExpr DstExpr(&dstDecl, false, DestTy, in GenerateObjCAtomicSetterCopyHelperFunction() 3281 ImplicitParamDecl dstDecl(getContext(), FD, SourceLocation(), nullptr,DestTy); in GenerateObjCAtomicGetterCopyHelperFunction() local 3282 args.push_back(&dstDecl); in GenerateObjCAtomicGetterCopyHelperFunction() 3325 DeclRefExpr DstExpr(&dstDecl, false, DestTy, in GenerateObjCAtomicGetterCopyHelperFunction()
|
D | CGBlocks.cpp | 1327 ImplicitParamDecl dstDecl(getContext(), nullptr, SourceLocation(), nullptr, in GenerateCopyHelperFunction() local 1329 args.push_back(&dstDecl); in GenerateCopyHelperFunction() 1368 Address dst = GetAddrOfLocalVar(&dstDecl); in GenerateCopyHelperFunction()
|