Searched refs:IsDereference (Results 1 – 3 of 3) sorted by relevance
1976 bool IsDereference, in CheckCompatibleReinterpretCast() argument1978 unsigned DiagID = IsDereference ? in CheckCompatibleReinterpretCast()1986 if (IsDereference) { in CheckCompatibleReinterpretCast()
12617 static bool IsTypeModifiable(QualType Ty, bool IsDereference) { in IsTypeModifiable() argument12619 if (IsDereference && Ty->isPointerType()) in IsTypeModifiable()12649 bool IsDereference = false; in DiagnoseConstAssignment() local12654 IsDereference = NextIsDereference; in DiagnoseConstAssignment()12667 if (!IsTypeModifiable(Field->getType(), IsDereference)) { in DiagnoseConstAssignment()12711 if (FD && !IsTypeModifiable(FD->getReturnType(), IsDereference)) { in DiagnoseConstAssignment()12725 if (!IsTypeModifiable(VD->getType(), IsDereference)) { in DiagnoseConstAssignment()
6039 bool IsDereference, SourceRange Range);