Home | History | Annotate | Download | only in Sema

Lines Matching refs:EI

4019     FunctionType::ExtInfo EI = unwrapped.get()->getExtInfo().withNoReturn(true);
4020 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI));
4035 FunctionType::ExtInfo EI
4037 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI));
4061 FunctionType::ExtInfo EI =
4063 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI));
4079 FunctionType::ExtInfo EI= unwrapped.get()->getExtInfo().withCallingConv(CC);
4080 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI));
4120 FunctionType::ExtInfo EI = unwrapped.get()->getExtInfo().withCallingConv(CC);
4121 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI));