Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaExprCXX.cpp7060 FunctionProtoType::ExtProtoInfo EPI2 = FPT2->getExtProtoInfo(); in FindCompositePointerType() local
7064 EPI1.ExtInfo.getNoReturn() && EPI2.ExtInfo.getNoReturn(); in FindCompositePointerType()
7066 EPI2.ExtInfo = EPI2.ExtInfo.withNoReturn(Noreturn); in FindCompositePointerType()
7070 EPI1.ExceptionSpec = EPI2.ExceptionSpec = Context.mergeExceptionSpecs( in FindCompositePointerType()
7071 EPI1.ExceptionSpec, EPI2.ExceptionSpec, ExceptionTypeStorage, in FindCompositePointerType()
7077 FPT2->getParamTypes(), EPI2); in FindCompositePointerType()