Searched refs:IsDereference (Results 1 – 3 of 3) sorted by relevance
1774 bool IsDereference, in CheckCompatibleReinterpretCast() argument1776 unsigned DiagID = IsDereference ? in CheckCompatibleReinterpretCast()1784 if (IsDereference) { in CheckCompatibleReinterpretCast()
10971 static bool IsTypeModifiable(QualType Ty, bool IsDereference) { in IsTypeModifiable() argument10973 if (IsDereference && Ty->isPointerType()) in IsTypeModifiable()11003 bool IsDereference = false; in DiagnoseConstAssignment() local11008 IsDereference = NextIsDereference; in DiagnoseConstAssignment()11021 if (!IsTypeModifiable(Field->getType(), IsDereference)) { in DiagnoseConstAssignment()11065 if (FD && !IsTypeModifiable(FD->getReturnType(), IsDereference)) { in DiagnoseConstAssignment()11079 if (!IsTypeModifiable(VD->getType(), IsDereference)) { in DiagnoseConstAssignment()
5038 bool IsDereference, SourceRange Range);