Searched refs:IsDereference (Results 1 – 3 of 3) sorted by relevance
1986 bool IsDereference, in CheckCompatibleReinterpretCast() argument1988 unsigned DiagID = IsDereference ? in CheckCompatibleReinterpretCast()1996 if (IsDereference) { in CheckCompatibleReinterpretCast()
12738 static bool IsTypeModifiable(QualType Ty, bool IsDereference) { in IsTypeModifiable() argument12740 if (IsDereference && Ty->isPointerType()) in IsTypeModifiable()12770 bool IsDereference = false; in DiagnoseConstAssignment() local12775 IsDereference = NextIsDereference; in DiagnoseConstAssignment()12788 if (!IsTypeModifiable(Field->getType(), IsDereference)) { in DiagnoseConstAssignment()12832 if (FD && !IsTypeModifiable(FD->getReturnType(), IsDereference)) { in DiagnoseConstAssignment()12846 if (!IsTypeModifiable(VD->getType(), IsDereference)) { in DiagnoseConstAssignment()
6100 bool IsDereference, SourceRange Range);