Home | History | Annotate | Download | only in Sema

Lines Matching refs:Ref

5062   //   A constructor shall not be declared with a ref-qualifier.
5227 // A destructor shall not be declared with a ref-qualifier.
9480 } else if (const ReferenceType *Ref = BaseType->getAs<ReferenceType>()) {
9482 BaseType = Ref->getPointeeType();