Home | History | Annotate | Download | only in Sema

Lines Matching refs:Ref

483 //   C++ [expr.ref]p2:
1529 // Figure out the type of the member; see C99 6.5.2.3p3, C++ [expr.ref]
1531 if (const ReferenceType *Ref = MemberType->getAs<ReferenceType>()) {
1532 MemberType = Ref->getPointeeType();