Home | History | Annotate | Download | only in Sema

Lines Matching defs:CC

3520   CallingConv CC = FunctionTypeP->getCallConv();
3524 if (ArgFunctionTypeP->getCallConv() == CC &&
3528 FunctionType::ExtInfo EI = ArgFunctionTypeP->getExtInfo().withCallingConv(CC);