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