Home | History | Annotate | Download | only in Sema

Lines Matching refs:isReferenceType

300     if (Field->getType()->isReferenceType()) {
726 } else if (DeclType->isReferenceType()) {
764 } else if (ElemType->isReferenceType()) {
3106 if (DestType->isReferenceType()) {
3328 Sequence.AddReferenceBindingStep(cv1T1, !T2->isReferenceType());
3702 assert(!DestType->isReferenceType() && "References are handled elsewhere");
4046 if (DestType->isReferenceType()) {
5120 bool IsTemporary = Entity.getType()->isReferenceType();
5154 bool UseTemporary = Entity.getType()->isReferenceType();
5189 bool UseTemporary = Entity.getType()->isReferenceType();