Searched refs:IsDereference (Results 1 – 3 of 3) sorted by relevance
1659 bool IsDereference, in CheckCompatibleReinterpretCast() argument1661 unsigned DiagID = IsDereference ? in CheckCompatibleReinterpretCast()1669 if (IsDereference) { in CheckCompatibleReinterpretCast()
9078 static bool IsTypeModifiable(QualType Ty, bool IsDereference) { in IsTypeModifiable() argument9080 if (IsDereference && Ty->isPointerType()) in IsTypeModifiable()9109 bool IsDereference = false; in DiagnoseConstAssignment() local9114 IsDereference = NextIsDereference; in DiagnoseConstAssignment()9128 if (!IsTypeModifiable(Field->getType(), IsDereference)) { in DiagnoseConstAssignment()9164 if (!IsTypeModifiable(FD->getReturnType(), IsDereference)) { in DiagnoseConstAssignment()9178 if (!IsTypeModifiable(VD->getType(), IsDereference)) { in DiagnoseConstAssignment()
4436 bool IsDereference, SourceRange Range);