Lines Matching defs:SCS
4339 const StandardConversionSequence& SCS,
4351 if (SCS.CopyConstructor) {
4354 if (SCS.Second == ICK_Derived_To_Base) {
4357 cast<CXXConstructorDecl>(SCS.CopyConstructor), ToType, From,
4362 SCS.FoundCopyConstructor, SCS.CopyConstructor, ConstructorArgs,
4369 SCS.FoundCopyConstructor, SCS.CopyConstructor, From,
4410 switch (SCS.First) {
4468 switch (SCS.Second) {
4504 SCS.Second == ICK_Integral_Promotion &&
4602 if (SCS.IncompatibleObjC && Action != AssignmentAction::Casting) {
4847 if (SCS.Dimension != ICK_Identity) {
4848 // If SCS.Element is not ICK_Identity the To and From types must be HLSL
4856 switch (SCS.Dimension) {
4887 switch (SCS.Third) {
4928 if (SCS.DeprecatedStringLiteralToCharPtr &&