Home | History | Annotate | Download | only in Sema

Lines Matching refs:RefType

4140         const ReferenceType *RefType
4142 if (RefType && !RefType->getPointeeType()->isFunctionType())
4160 const ReferenceType *RefType =
4162 if (!RefType ||
4163 (!RefType->isLValueReferenceType() &&
4164 !RefType->getPointeeType()->isFunctionType()))