Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/
H A 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()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.cpp795 DeclRefExpr declRef( in EmitBlockLiteral() local
799 src = EmitDeclRefLValue(&declRef).getAddress(); in EmitBlockLiteral()
867 DeclRefExpr declRef(const_cast<VarDecl *>(variable), in EmitBlockLiteral() local
872 &declRef, VK_RValue); in EmitBlockLiteral()
H A DCGObjC.cpp266 const DeclRefExpr *declRef = dyn_cast<DeclRefExpr>(ice->getSubExpr()); in shouldExtendReceiverForInnerPointerMessage() local
267 if (!declRef) return true; in shouldExtendReceiverForInnerPointerMessage()
268 const VarDecl *var = dyn_cast<VarDecl>(declRef->getDecl()); in shouldExtendReceiverForInnerPointerMessage()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp8648 DeclRefExpr *declRef = dyn_cast<DeclRefExpr>(E->IgnoreParenCasts()); in CheckForModifiableLvalue() local
8649 if (declRef && isa<VarDecl>(declRef->getDecl())) { in CheckForModifiableLvalue()
8650 VarDecl *var = cast<VarDecl>(declRef->getDecl()); in CheckForModifiableLvalue()