Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp8167 CallingConv ToCC = in adjustMemberFunctionCC() local
8170 if (CurCC == ToCC) in adjustMemberFunctionCC()
8197 FT = Context.adjustFunctionType(FT, FT->getExtInfo().withCallingConv(ToCC)); in adjustMemberFunctionCC()