Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:DRE

405       DeclRefExpr DRE(const_cast<VarDecl*>(&Var), false,
407 llvm::Value *value = CGF.EmitLoadOfScalar(CGF.EmitDeclRefLValue(&DRE));
422 DeclRefExpr DRE(const_cast<VarDecl*>(&Var), false,
426 llvm::Value *Addr = CGF.EmitDeclRefLValue(&DRE).getAddress();