Searched refs:DefaultMember (Results 1 – 2 of 2) sorted by relevance
1524 CallingConv DefaultMember = S.Context.getDefaultCallingConvention( in repeatForLambdaConversionFunctionCallingConvs() local1543 DefaultFree, DefaultMember, CallOpCC}; in repeatForLambdaConversionFunctionCallingConvs()1556 if (CallOpCC == DefaultMember && DefaultMember != DefaultFree) { in repeatForLambdaConversionFunctionCallingConvs()1558 F(DefaultMember); in repeatForLambdaConversionFunctionCallingConvs()1572 CallingConv DefaultMember = S.Context.getDefaultCallingConvention( in getLambdaConversionFunctionCallConv() local1578 if (CallOpCC == DefaultMember && DefaultMember != DefaultFree) in getLambdaConversionFunctionCallConv()
3993 CallingConv DefaultMember = S.Context.getDefaultCallingConvention( in compareConversionFunctions() local3996 CallingConv PrefOrder[] = {DefaultFree, DefaultMember, CallOpCC}; in compareConversionFunctions()