Home
last modified time | relevance | path

Searched refs:EPI1 (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp7400 FunctionProtoType::ExtProtoInfo EPI1 = FPT1->getExtProtoInfo(); in FindCompositePointerType() local
7405 EPI1.ExtInfo.getNoReturn() && EPI2.ExtInfo.getNoReturn(); in FindCompositePointerType()
7406 EPI1.ExtInfo = EPI1.ExtInfo.withNoReturn(Noreturn); in FindCompositePointerType()
7411 EPI1.ExceptionSpec = EPI2.ExceptionSpec = Context.mergeExceptionSpecs( in FindCompositePointerType()
7412 EPI1.ExceptionSpec, EPI2.ExceptionSpec, ExceptionTypeStorage, in FindCompositePointerType()
7416 FPT1->getParamTypes(), EPI1); in FindCompositePointerType()