Home | History | Annotate | Download | only in Sema

Lines Matching refs:SCS

3062 /// conversion sequence SCS. Returns the converted
3067 const StandardConversionSequence& SCS,
3078 if (SCS.CopyConstructor) {
3081 if (SCS.Second == ICK_Derived_To_Base) {
3083 if (CompleteConstructorCall(cast<CXXConstructorDecl>(SCS.CopyConstructor),
3088 /*FIXME:ConstructLoc*/ SourceLocation(), ToType, SCS.CopyConstructor,
3094 /*FIXME:ConstructLoc*/ SourceLocation(), ToType, SCS.CopyConstructor,
3125 switch (SCS.First) {
3160 switch (SCS.Second) {
3202 SCS.Second == ICK_Integral_Promotion &&
3254 if (SCS.IncompatibleObjC && Action != AA_Casting) {
3457 switch (SCS.Third) {
3470 if (SCS.DeprecatedStringLiteralToCharPtr &&