Home | History | Annotate | Download | only in Sema

Lines Matching refs:getCC

2485   if (OldTypeInfo.getCC() != NewTypeInfo.getCC()) {
2494 NewTypeInfo = NewTypeInfo.withCallingConv(OldTypeInfo.getCC());
2500 << FunctionType::getNameForCallConv(NewTypeInfo.getCC())
2503 FunctionType::getNameForCallConv(FI.getCC()));