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.cpp8004 CallingConv ToCC = in adjustMemberFunctionCC() local
8007 if (CurCC == ToCC) in adjustMemberFunctionCC()
8034 FT = Context.adjustFunctionType(FT, FT->getExtInfo().withCallingConv(ToCC)); in adjustMemberFunctionCC()