Searched refs:IsDereference (Results 1 – 3 of 3) sorted by relevance
2035 bool IsDereference, in CheckCompatibleReinterpretCast() argument2037 unsigned DiagID = IsDereference ? in CheckCompatibleReinterpretCast()2045 if (IsDereference) { in CheckCompatibleReinterpretCast()
14183 static bool IsTypeModifiable(QualType Ty, bool IsDereference) { in IsTypeModifiable() argument14185 if (IsDereference && Ty->isPointerType()) in IsTypeModifiable()14215 bool IsDereference = false; in DiagnoseConstAssignment() local14220 IsDereference = NextIsDereference; in DiagnoseConstAssignment()14233 if (!IsTypeModifiable(Field->getType(), IsDereference)) { in DiagnoseConstAssignment()14277 if (FD && !IsTypeModifiable(FD->getReturnType(), IsDereference)) { in DiagnoseConstAssignment()14291 if (!IsTypeModifiable(VD->getType(), IsDereference)) { in DiagnoseConstAssignment()
6690 bool IsDereference, SourceRange Range);