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

/external/clang/lib/ARCMigrate/
H A DTransARCAssign.cpp49 DeclRefExpr *declRef = dyn_cast<DeclRefExpr>(E->IgnoreParenCasts()); local
50 if (declRef && isa<VarDecl>(declRef->getDecl())) {
55 VarDecl *var = cast<VarDecl>(declRef->getDecl());
/external/clang/lib/CodeGen/
H A DCGBlocks.cpp800 DeclRefExpr declRef(
804 src = EmitDeclRefLValue(&declRef).getAddress();
869 DeclRefExpr declRef(const_cast<VarDecl *>(variable),
874 &declRef, VK_RValue);
H A DCGObjC.cpp302 const DeclRefExpr *declRef = dyn_cast<DeclRefExpr>(ice->getSubExpr()); local
303 if (!declRef) return true;
304 const VarDecl *var = dyn_cast<VarDecl>(declRef->getDecl());
/external/clang/lib/Sema/
H A DSemaExpr.cpp9407 DeclRefExpr *declRef = dyn_cast<DeclRefExpr>(E->IgnoreParenCasts()); local
9408 if (declRef && isa<VarDecl>(declRef->getDecl())) {
9409 VarDecl *var = cast<VarDecl>(declRef->getDecl());

Completed in 388 milliseconds