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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp7296 CallingConv ToCC = Context.getDefaultCallingConvention(IsVariadic, !IsStatic); local
7298 if (CurCC == ToCC)
7318 if (CurCC != DefaultCC || DefaultCC == ToCC)
7325 FT = Context.adjustFunctionType(FT, FT->getExtInfo().withCallingConv(ToCC));

Completed in 103 milliseconds