Searched defs:OtherRef (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp7693 if (const LValueReferenceType *OtherRef
7695 OtherRefType = OtherRef->getPointeeType();
7704 Expr *OtherRef = BuildDeclRefExpr(Other, OtherRefType, VK_LValue, Loc).take(); local
7705 assert(OtherRef && "Reference to parameter cannot fail!");
7729 Expr *From = OtherRef;
7812 ExprResult From = BuildMemberReferenceExpr(OtherRef, OtherRefType,
8242 Expr *OtherRef = BuildDeclRefExpr(Other, OtherRefType, VK_LValue, Loc).take(); local
8243 assert(OtherRef && "Reference to parameter cannot fail!");
8245 OtherRef = CastForMoving(*this, OtherRef);
[all...]

Completed in 35 milliseconds