Lines Matching defs:Ref
2235 // C++ [expr.ref]p4:
2747 // just build an ordinary singleton decl ref.
3650 if (const ReferenceType *Ref = ExprType->getAs<ReferenceType>())
3651 ExprType = Ref->getPointeeType();
9631 // If the underlying expression isn't a decl ref, give up.
12572 Expr *Ref = new (S.Context) DeclRefExpr(Var, RefersToCapturedVariable,
12614 Ref, Loc, IterationVarRef.get(), Loc);
12621 Ref = Subscript.get();
12640 InitializationSequence Init(S, Entities.back(), InitKind, Ref);
12642 if (!Init.Diagnose(S, Entities.back(), InitKind, Ref))
12643 Result = Init.Perform(S, Entities.back(), InitKind, Ref);
14184 if (DeclRefExpr *ref = dyn_cast<DeclRefExpr>(E)) {
14185 loc = ref->getLocation();
14186 d = ref->getDecl();