Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaType.cpp7602 CallingConv CCOld = fn->getCallConv(); in handleFunctionTypeAttr() local
7605 if (CCOld != CC) { in handleFunctionTypeAttr()
7611 << FunctionType::getNameForCallConv(CCOld); in handleFunctionTypeAttr()
7652 if (CCOld == CC) { in handleFunctionTypeAttr()