Searched defs:DstDecl (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/Analysis/FlowSensitive/ | ||
H A D | RecordOps.cpp | 57 auto DstDecl = DstType->getAsCXXRecordDecl(); in copyRecord() local |
H A D | Transfer.cpp | 599 if (ReturnDecl == nullptr || DstDecl == nullptr) in VisitCXXOperatorCallExpr() local |
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGObjC.cpp | 3737 ParmVarDecl *DstDecl = ParmVarDecl::Create( GenerateObjCAtomicSetterCopyHelperFunction() local |
H A D | CGBlocks.cpp | 1881 ImplicitParamDecl DstDecl(C, C.VoidPtrTy, ImplicitParamKind::Other); GenerateCopyHelperFunction() local |