Home | History | Annotate | Download | only in Sema

Lines Matching refs:IsDereference

8984 static bool IsTypeModifiable(QualType Ty, bool IsDereference) {
8986 if (IsDereference && Ty->isPointerType())
9015 bool IsDereference = false;
9020 IsDereference = NextIsDereference;
9034 if (!IsTypeModifiable(Field->getType(), IsDereference)) {
9070 if (!IsTypeModifiable(FD->getReturnType(), IsDereference)) {
9084 if (!IsTypeModifiable(VD->getType(), IsDereference)) {
9781 S.CheckCompatibleReinterpretCast(OpOrigType, OpTy, /*IsDereference*/true,