Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1582 CallingConv DefaultMember = S.Context.getDefaultCallingConvention( in repeatForLambdaConversionFunctionCallingConvs() local
1601 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() local
1636 if (CallOpCC == DefaultMember && DefaultMember != DefaultFree) in getLambdaConversionFunctionCallConv()
H A DSemaOverload.cpp4027 CallingConv DefaultMember = S.Context.getDefaultCallingConvention( in compareConversionFunctions() local
4030 CallingConv PrefOrder[] = {DefaultFree, DefaultMember, CallOpCC}; in compareConversionFunctions()