Searched refs:EPI1 (Results 1 – 1 of 1) sorted by relevance
6416 FunctionProtoType::ExtProtoInfo EPI1 = FPT1->getExtProtoInfo(); in FindCompositePointerType() local6421 EPI1.ExtInfo.getNoReturn() && EPI2.ExtInfo.getNoReturn(); in FindCompositePointerType()6422 EPI1.ExtInfo = EPI1.ExtInfo.withNoReturn(Noreturn); in FindCompositePointerType()6426 EPI1.CFIUncheckedCallee || EPI2.CFIUncheckedCallee; in FindCompositePointerType()6427 EPI1.CFIUncheckedCallee = CFIUncheckedCallee; in FindCompositePointerType()6432 EPI1.ExceptionSpec = EPI2.ExceptionSpec = Context.mergeExceptionSpecs( in FindCompositePointerType()6433 EPI1.ExceptionSpec, EPI2.ExceptionSpec, ExceptionTypeStorage, in FindCompositePointerType()6437 FPT1->getParamTypes(), EPI1); in FindCompositePointerType()