Searched refs:IsDereference (Results 1 – 3 of 3) sorted by relevance
2004 bool IsDereference, in CheckCompatibleReinterpretCast() argument2006 unsigned DiagID = IsDereference ? in CheckCompatibleReinterpretCast()2014 if (IsDereference) { in CheckCompatibleReinterpretCast()
13728 static bool IsTypeModifiable(QualType Ty, bool IsDereference) { in IsTypeModifiable() argument13730 if (IsDereference && Ty->isPointerType()) in IsTypeModifiable()13760 bool IsDereference = false; in DiagnoseConstAssignment() local13765 IsDereference = NextIsDereference; in DiagnoseConstAssignment()13778 if (!IsTypeModifiable(Field->getType(), IsDereference)) { in DiagnoseConstAssignment()13822 if (FD && !IsTypeModifiable(FD->getReturnType(), IsDereference)) { in DiagnoseConstAssignment()13836 if (!IsTypeModifiable(VD->getType(), IsDereference)) { in DiagnoseConstAssignment()
6538 bool IsDereference, SourceRange Range);