Home
last modified time | relevance | path

Searched refs:declRef (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/ARCMigrate/
DTransARCAssign.cpp49 DeclRefExpr *declRef = dyn_cast<DeclRefExpr>(E->IgnoreParenCasts()); in VisitBinaryOperator() local
50 if (declRef && isa<VarDecl>(declRef->getDecl())) { in VisitBinaryOperator()
55 VarDecl *var = cast<VarDecl>(declRef->getDecl()); in VisitBinaryOperator()
/external/clang/lib/CodeGen/
DCGBlocks.cpp805 DeclRefExpr declRef(const_cast<VarDecl *>(variable), in EmitBlockLiteral() local
809 src = EmitDeclRefLValue(&declRef).getAddress(); in EmitBlockLiteral()
872 DeclRefExpr declRef(const_cast<VarDecl *>(variable), in EmitBlockLiteral() local
877 &declRef, VK_RValue); in EmitBlockLiteral()
DCGObjC.cpp302 const DeclRefExpr *declRef = dyn_cast<DeclRefExpr>(ice->getSubExpr()); in shouldExtendReceiverForInnerPointerMessage() local
303 if (!declRef) return true; in shouldExtendReceiverForInnerPointerMessage()
304 const VarDecl *var = dyn_cast<VarDecl>(declRef->getDecl()); in shouldExtendReceiverForInnerPointerMessage()
/external/clang/lib/Sema/
DSemaExpr.cpp9856 DeclRefExpr *declRef = dyn_cast<DeclRefExpr>(E->IgnoreParenCasts()); in CheckForModifiableLvalue() local
9857 if (declRef && isa<VarDecl>(declRef->getDecl())) { in CheckForModifiableLvalue()
9858 VarDecl *var = cast<VarDecl>(declRef->getDecl()); in CheckForModifiableLvalue()