Home | History | Annotate | Download | only in Sema

Lines Matching refs:getExtInfo

4478     FunctionType::ExtInfo EI = unwrapped.get()->getExtInfo().withNoReturn(true);
4495 = unwrapped.get()->getExtInfo().withProducesResult(true);
4521 unwrapped.get()->getExtInfo().withRegParm(value);
4589 FunctionType::ExtInfo EI = unwrapped.get()->getExtInfo().withCallingConv(CC);
4625 FT = Context.adjustFunctionType(FT, FT->getExtInfo().withCallingConv(ToCC));