Searched refs:OldFT (Results 1 – 1 of 1) sorted by relevance
12273 const FunctionType *OldFT = Old->getType()->getAs<FunctionType>(); in CheckOverridingFunctionAttributes() local12275 CallingConv NewCC = NewFT->getCallConv(), OldCC = OldFT->getCallConv(); in CheckOverridingFunctionAttributes()