Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp6935 CallingConv ToCC = Context.getDefaultCallingConvention(IsVariadic, !IsStatic); in adjustMemberFunctionCC() local
6937 if (CurCC == ToCC) in adjustMemberFunctionCC()
6956 if (CurCC != DefaultCC || DefaultCC == ToCC) in adjustMemberFunctionCC()
6963 FT = Context.adjustFunctionType(FT, FT->getExtInfo().withCallingConv(ToCC)); in adjustMemberFunctionCC()