Home | History | Annotate | Download | only in AST

Lines Matching defs:EI

6532   FunctionType::ExtInfo EI;
6533 if (BuiltinInfo.isNoReturn(Id)) EI = EI.withNoReturn(true);
6539 return getFunctionNoProtoType(ResType, EI);
6542 EPI.ExtInfo = EI;