Home | History | Annotate | Download | only in Sema

Lines Matching refs:RefType

2481       if (const ReferenceType *reftype = type->getAs<ReferenceType>()) {
2482 type = reftype->getPointeeType();
11041 if (const ReferenceType *RefType = CaptureType->getAs<ReferenceType>()){
11042 if (!RefType->getPointeeType()->isFunctionType())
11043 CaptureType = RefType->getPointeeType();