Home | History | Annotate | Download | only in AST

Lines Matching refs:EI

8241   FunctionType::ExtInfo EI(CC_C);
8242 if (BuiltinInfo.isNoReturn(Id)) EI = EI.withNoReturn(true);
8248 return getFunctionNoProtoType(ResType, EI);
8251 EPI.ExtInfo = EI;