Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjC.cpp2893 ImplicitParamDecl dstDecl(getContext(), FD, SourceLocation(), nullptr,DestTy); in GenerateObjCAtomicSetterCopyHelperFunction() local
2894 args.push_back(&dstDecl); in GenerateObjCAtomicSetterCopyHelperFunction()
2910 DeclRefExpr DstExpr(&dstDecl, false, DestTy, in GenerateObjCAtomicSetterCopyHelperFunction()
2972 ImplicitParamDecl dstDecl(getContext(), FD, SourceLocation(), nullptr,DestTy); in GenerateObjCAtomicGetterCopyHelperFunction() local
2973 args.push_back(&dstDecl); in GenerateObjCAtomicGetterCopyHelperFunction()
3018 DeclRefExpr DstExpr(&dstDecl, false, DestTy, in GenerateObjCAtomicGetterCopyHelperFunction()
DCGBlocks.cpp1306 ImplicitParamDecl dstDecl(getContext(), nullptr, SourceLocation(), nullptr, in GenerateCopyHelperFunction() local
1308 args.push_back(&dstDecl); in GenerateCopyHelperFunction()
1344 llvm::Value *dst = GetAddrOfLocalVar(&dstDecl); in GenerateCopyHelperFunction()