Searched refs:FunctionTypeP (Results 1 – 1 of 1) sorted by relevance
4593 const auto *FunctionTypeP = FunctionType->castAs<FunctionProtoType>(); in adjustCCAndNoReturn() local4598 CallingConv CC = FunctionTypeP->getCallConv(); in adjustCCAndNoReturn()4604 bool NoReturn = FunctionTypeP->getNoReturnAttr(); in adjustCCAndNoReturn()4610 if (AdjustExceptionSpec && (FunctionTypeP->hasExceptionSpec() || in adjustCCAndNoReturn()4612 EPI.ExceptionSpec = FunctionTypeP->getExtProtoInfo().ExceptionSpec; in adjustCCAndNoReturn()