Searched refs:IsDereference (Results 1 – 3 of 3) sorted by relevance
1988 bool IsDereference, in CheckCompatibleReinterpretCast() argument1990 unsigned DiagID = IsDereference ? in CheckCompatibleReinterpretCast()1998 if (IsDereference) { in CheckCompatibleReinterpretCast()
13441 static bool IsTypeModifiable(QualType Ty, bool IsDereference) { in IsTypeModifiable() argument13443 if (IsDereference && Ty->isPointerType()) in IsTypeModifiable()13473 bool IsDereference = false; in DiagnoseConstAssignment() local13478 IsDereference = NextIsDereference; in DiagnoseConstAssignment()13491 if (!IsTypeModifiable(Field->getType(), IsDereference)) { in DiagnoseConstAssignment()13535 if (FD && !IsTypeModifiable(FD->getReturnType(), IsDereference)) { in DiagnoseConstAssignment()13549 if (!IsTypeModifiable(VD->getType(), IsDereference)) { in DiagnoseConstAssignment()
6383 bool IsDereference, SourceRange Range);