Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp7684 CallingConv ToCC = Context.getDefaultCallingConvention(IsVariadic, !IsStatic); in adjustMemberFunctionCC() local
7686 if (CurCC == ToCC) in adjustMemberFunctionCC()
7706 if (CurCC != DefaultCC || DefaultCC == ToCC) in adjustMemberFunctionCC()
7713 FT = Context.adjustFunctionType(FT, FT->getExtInfo().withCallingConv(ToCC)); in adjustMemberFunctionCC()