Home | History | Annotate | Download | only in Sema

Lines Matching defs:EPI

1680       FunctionProtoType::ExtProtoInfo EPI;
1681 EPI.Variadic = Proto->isVariadic();
1684 = Context.getFunctionType(Context.VoidTy, ArgTypes, EPI);
1973 FunctionProtoType::ExtProtoInfo EPI;
1976 EPI.ExceptionSpecType = EST_Dynamic;
1977 EPI.NumExceptions = 1;
1978 EPI.Exceptions = &BadAllocType;
1981 EPI.ExceptionSpecType = getLangOpts().CPlusPlus11 ?
1985 QualType FnType = Context.getFunctionType(Return, Argument, EPI);