Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:DeclRefExpr

809   if (!isa<DeclRefExpr>(E) && !LV.isBitField() && LV.isSimple())
860 return EmitDeclRefLValue(cast<DeclRefExpr>(E));
993 CodeGenFunction::tryEmitAsConstant(DeclRefExpr *refExpr) {
1754 if (const auto *Exp = dyn_cast<DeclRefExpr>(E)) {
1926 LValue CodeGenFunction::EmitDeclRefLValue(const DeclRefExpr *E) {
1937 // A DeclRefExpr for a reference initialized by a constant expression can
1998 assert(V && "DeclRefExpr not entered in LocalDeclMap?");
2034 llvm_unreachable("Unhandled DeclRefExpr");