Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp7649 CallingConv ToCC = Context.getDefaultCallingConvention(IsVariadic, !IsStatic); in adjustMemberFunctionCC() local
7651 if (CurCC == ToCC) in adjustMemberFunctionCC()
7671 if (CurCC != DefaultCC || DefaultCC == ToCC) in adjustMemberFunctionCC()
7678 FT = Context.adjustFunctionType(FT, FT->getExtInfo().withCallingConv(ToCC)); in adjustMemberFunctionCC()