Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DRecordOps.cpp23 auto DstDecl = DstType->getAsCXXRecordDecl(); in copyRecord() local
27 (SrcDecl && DstDecl && SrcDecl->isDerivedFrom(DstDecl)); in copyRecord()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp3739 ParmVarDecl *DstDecl = ParmVarDecl::Create( in GenerateObjCAtomicSetterCopyHelperFunction() local
3743 args.push_back(Params[0] = DstDecl); in GenerateObjCAtomicSetterCopyHelperFunction()
3765 DeclRefExpr DstExpr(C, DstDecl, false, DestTy, VK_PRValue, SourceLocation()); in GenerateObjCAtomicSetterCopyHelperFunction()
3837 ParmVarDecl *DstDecl = ParmVarDecl::Create( in GenerateObjCAtomicGetterCopyHelperFunction() local
3841 args.push_back(Params[0] = DstDecl); in GenerateObjCAtomicGetterCopyHelperFunction()
3889 DeclRefExpr DstExpr(getContext(), DstDecl, false, DestTy, VK_PRValue, in GenerateObjCAtomicGetterCopyHelperFunction()
H A DCGBlocks.cpp1877 ImplicitParamDecl DstDecl(C, C.VoidPtrTy, ImplicitParamKind::Other); in GenerateCopyHelperFunction() local
1878 args.push_back(&DstDecl); in GenerateCopyHelperFunction()
1908 Address dst = GetAddrOfLocalVar(&DstDecl); in GenerateCopyHelperFunction()