Searched refs:IsDereference (Results 1 – 3 of 3) sorted by relevance
2071 bool IsDereference, in CheckCompatibleReinterpretCast() argument2073 unsigned DiagID = IsDereference ? in CheckCompatibleReinterpretCast()2081 if (IsDereference) { in CheckCompatibleReinterpretCast()
13535 static bool IsTypeModifiable(QualType Ty, bool IsDereference) { in IsTypeModifiable() argument13537 if (IsDereference && Ty->isPointerType()) in IsTypeModifiable()13567 bool IsDereference = false; in DiagnoseConstAssignment() local13572 IsDereference = NextIsDereference; in DiagnoseConstAssignment()13585 if (!IsTypeModifiable(Field->getType(), IsDereference)) { in DiagnoseConstAssignment()13629 if (FD && !IsTypeModifiable(FD->getReturnType(), IsDereference)) { in DiagnoseConstAssignment()13643 if (!IsTypeModifiable(VD->getType(), IsDereference)) { in DiagnoseConstAssignment()
2535 bool IsDereference, SourceRange Range);