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.cpp8083 CallingConv CCOld = fn->getCallConv(); in handleFunctionTypeAttr() local
8086 if (CCOld != CC) { in handleFunctionTypeAttr()
8092 << FunctionType::getNameForCallConv(CCOld) in handleFunctionTypeAttr()
8135 if (CCOld == CC) { in handleFunctionTypeAttr()