Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaType.cpp4588 CallingConv CCOld = fn->getCallConv(); in handleFunctionTypeAttr() local
4591 if (CCOld != CC) { in handleFunctionTypeAttr()
4598 << FunctionType::getNameForCallConv(CCOld); in handleFunctionTypeAttr()