Home | History | Annotate | Download | only in Sema

Lines Matching refs:SCS

3327 /// conversion sequence SCS. Returns the converted
3332 const StandardConversionSequence& SCS,
3343 if (SCS.CopyConstructor) {
3346 if (SCS.Second == ICK_Derived_To_Base) {
3348 if (CompleteConstructorCall(cast<CXXConstructorDecl>(SCS.CopyConstructor),
3354 SCS.FoundCopyConstructor, SCS.CopyConstructor,
3361 SCS.FoundCopyConstructor, SCS.CopyConstructor,
3392 switch (SCS.First) {
3427 switch (SCS.Second) {
3469 SCS.Second == ICK_Integral_Promotion &&
3521 if (SCS.IncompatibleObjC && Action != AA_Casting) {
3717 switch (SCS.Third) {
3730 if (SCS.DeprecatedStringLiteralToCharPtr &&