Searched defs:DstExpr (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGObjC.cpp | 3219 DeclRefExpr DstExpr(&dstDecl, false, DestTy, in GenerateObjCAtomicSetterCopyHelperFunction() local 3325 DeclRefExpr DstExpr(&dstDecl, false, DestTy, in GenerateObjCAtomicGetterCopyHelperFunction() local
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGObjC.cpp | 3669 DeclRefExpr DstExpr(C, &DstDecl, false, DestTy, VK_RValue, SourceLocation()); in GenerateObjCAtomicSetterCopyHelperFunction() local 3779 DeclRefExpr DstExpr(getContext(), &DstDecl, false, DestTy, VK_RValue, in GenerateObjCAtomicGetterCopyHelperFunction() local
|