Home | History | Annotate | Download | only in Sema

Lines Matching refs:RefType

2787       if (const ReferenceType *reftype = type->getAs<ReferenceType>()) {
2788 type = reftype->getPointeeType();
12019 if (const ReferenceType *RefType = CaptureType->getAs<ReferenceType>()){
12020 if (!RefType->getPointeeType()->isFunctionType())
12021 CaptureType = RefType->getPointeeType();