Home | History | Annotate | Download | only in Sema

Lines Matching defs:EPI

720     FunctionProtoType::ExtProtoInfo EPI = ConvProto->getExtProtoInfo();
721 EPI.ExtInfo = EPI.ExtInfo.withCallingConv(CC_Default);
722 EPI.ExceptionSpecType = EST_None;
723 EPI.NumExceptions = 0;
726 0, 0, EPI);