Searched refs:IsDereference (Results 1 – 3 of 3) sorted by relevance
2044 bool IsDereference, in CheckCompatibleReinterpretCast() argument2046 unsigned DiagID = IsDereference ? in CheckCompatibleReinterpretCast()2054 if (IsDereference) { in CheckCompatibleReinterpretCast()
13155 static bool IsTypeModifiable(QualType Ty, bool IsDereference) { in IsTypeModifiable() argument13157 if (IsDereference && Ty->isPointerType()) in IsTypeModifiable()13187 bool IsDereference = false; in DiagnoseConstAssignment() local13192 IsDereference = NextIsDereference; in DiagnoseConstAssignment()13205 if (!IsTypeModifiable(Field->getType(), IsDereference)) { in DiagnoseConstAssignment()13249 if (FD && !IsTypeModifiable(FD->getReturnType(), IsDereference)) { in DiagnoseConstAssignment()13263 if (!IsTypeModifiable(VD->getType(), IsDereference)) { in DiagnoseConstAssignment()
2130 bool IsDereference, SourceRange Range);