Home | History | Annotate | Download | only in Core

Lines Matching refs:isReferenceType

38     return DRE->getDecl()->getType()->isReferenceType();
845 if (!VD->getType()->isReferenceType())
1624 if (!(T->isAnyPointerType() || T->isReferenceType())) {