Searched refs:DefaultMember (Results 1 – 2 of 2) sorted by relevance
1276 CallingConv DefaultMember = S.Context.getDefaultCallingConvention( in repeatForLambdaConversionFunctionCallingConvs() local1295 DefaultFree, DefaultMember, CallOpCC}; in repeatForLambdaConversionFunctionCallingConvs()1308 if (CallOpCC == DefaultMember && DefaultMember != DefaultFree) { in repeatForLambdaConversionFunctionCallingConvs()1310 F(DefaultMember); in repeatForLambdaConversionFunctionCallingConvs()1324 CallingConv DefaultMember = S.Context.getDefaultCallingConvention( in getLambdaConversionFunctionCallConv() local1330 if (CallOpCC == DefaultMember && DefaultMember != DefaultFree) in getLambdaConversionFunctionCallConv()
3713 CallingConv DefaultMember = S.Context.getDefaultCallingConvention( in compareConversionFunctions() local3716 CallingConv PrefOrder[] = {DefaultFree, DefaultMember, CallOpCC}; in compareConversionFunctions()