Searched refs:DefaultMember (Results 1 – 2 of 2) sorted by relevance
1582 CallingConv DefaultMember = S.Context.getDefaultCallingConvention( in repeatForLambdaConversionFunctionCallingConvs() local1601 DefaultFree, DefaultMember, CallOpCC}; in repeatForLambdaConversionFunctionCallingConvs()1614 if (CallOpCC == DefaultMember && DefaultMember != DefaultFree) { in repeatForLambdaConversionFunctionCallingConvs()1616 F(DefaultMember); in repeatForLambdaConversionFunctionCallingConvs()1630 CallingConv DefaultMember = S.Context.getDefaultCallingConvention( in getLambdaConversionFunctionCallConv() local1636 if (CallOpCC == DefaultMember && DefaultMember != DefaultFree) in getLambdaConversionFunctionCallConv()
4027 CallingConv DefaultMember = S.Context.getDefaultCallingConvention( in compareConversionFunctions() local4030 CallingConv PrefOrder[] = {DefaultFree, DefaultMember, CallOpCC}; in compareConversionFunctions()