Home | History | Annotate | Download | only in Sema

Lines Matching defs:EPI

899     FunctionProtoType::ExtProtoInfo EPI = ConvProto->getExtProtoInfo();
900 EPI.ExtInfo = EPI.ExtInfo.withCallingConv(CC_C);
901 EPI.ExceptionSpec = EST_None;
904 None, EPI);