Home | History | Annotate | Download | only in Sema

Lines Matching refs:adjustFunctionType

5807     type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI));
5824 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI));
5850 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI));
5908 unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI));
5958 FT = Context.adjustFunctionType(FT, FT->getExtInfo().withCallingConv(ToCC));