Lines Matching defs:SCS
4313 const StandardConversionSequence& SCS,
4325 if (SCS.CopyConstructor) {
4328 if (SCS.Second == ICK_Derived_To_Base) {
4331 cast<CXXConstructorDecl>(SCS.CopyConstructor), ToType, From,
4336 SCS.FoundCopyConstructor, SCS.CopyConstructor, ConstructorArgs,
4343 SCS.FoundCopyConstructor, SCS.CopyConstructor, From,
4384 switch (SCS.First) {
4431 switch (SCS.Second) {
4467 SCS.Second == ICK_Integral_Promotion &&
4565 if (SCS.IncompatibleObjC && Action != AA_Casting) {
4808 if (SCS.Dimension != ICK_Identity) {
4809 // If SCS.Element is not ICK_Identity the To and From types must be HLSL
4817 switch (SCS.Dimension) {
4848 switch (SCS.Third) {
4889 if (SCS.DeprecatedStringLiteralToCharPtr &&