Searched refs:ExcludeCtor (Results 1 – 2 of 2) sorted by relevance
2036 bool CodeGenModule::isTypeConstant(QualType Ty, bool ExcludeCtor) { in isTypeConstant() argument2043 return ExcludeCtor && !Record->hasMutableFields() && in isTypeConstant()
3615 bool CodeGenModule::isTypeConstant(QualType Ty, bool ExcludeCtor) { in isTypeConstant() argument3622 return ExcludeCtor && !Record->hasMutableFields() && in isTypeConstant()