Home
last modified time | relevance | path

Searched refs:DefaultMember (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp1276 CallingConv DefaultMember = S.Context.getDefaultCallingConvention( in repeatForLambdaConversionFunctionCallingConvs() local
1295 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() local
1330 if (CallOpCC == DefaultMember && DefaultMember != DefaultFree) in getLambdaConversionFunctionCallConv()
H A DSemaOverload.cpp3713 CallingConv DefaultMember = S.Context.getDefaultCallingConvention( in compareConversionFunctions() local
3716 CallingConv PrefOrder[] = {DefaultFree, DefaultMember, CallOpCC}; in compareConversionFunctions()