Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isReferenceType

889   assert(!type->isReferenceType());
1759 if (VD->getType()->isReferenceType()) {
1836 if (Init && !isa<ParmVarDecl>(VD) && VD->getType()->isReferenceType() &&
1892 if (VD->getType()->isReferenceType()) {
1904 !VD->getType()->isReferenceType() &&
2558 assert(!type->isReferenceType() && "union has reference member");
2637 if (!FieldType->isReferenceType())
3087 assert(E->getCallReturnType()->isReferenceType() &&
3143 assert(E->getMethodDecl()->getReturnType()->isReferenceType() &&