Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp7920 CallingConv CCOld = fn->getCallConv(); in handleFunctionTypeAttr() local
7923 if (CCOld != CC) { in handleFunctionTypeAttr()
7929 << FunctionType::getNameForCallConv(CCOld) in handleFunctionTypeAttr()
7972 if (CCOld == CC) { in handleFunctionTypeAttr()