Searched defs:NewEPI (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExceptionSpec.cpp140 FunctionProtoType::ExtProtoInfo NewEPI = Proto->getExtProtoInfo(); local
141 NewEPI.ExceptionSpecType = EPI.ExceptionSpecType;
142 NewEPI.NumExceptions = EPI.NumExceptions;
143 NewEPI.Exceptions = EPI.Exceptions;
144 NewEPI.NoexceptExpr = EPI.NoexceptExpr;
146 Proto->getParamTypes(), NewEPI));

Completed in 2779 milliseconds