Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp7937 CallingConv CurCC = FT->getCallConv(); in adjustMemberFunctionCC() local
7940 if (CurCC == ToCC) in adjustMemberFunctionCC()
7948 if (CurCC != CC_X86StdCall) in adjustMemberFunctionCC()
7950 << FunctionType::getNameForCallConv(CurCC) in adjustMemberFunctionCC()
7960 if (CurCC != DefaultCC) in adjustMemberFunctionCC()