Home | History | Annotate | Download | only in Sema

Lines Matching refs:getExtInfo

4019     FunctionType::ExtInfo EI = unwrapped.get()->getExtInfo().withNoReturn(true);
4036 = unwrapped.get()->getExtInfo().withProducesResult(true);
4062 unwrapped.get()->getExtInfo().withRegParm(value);
4079 FunctionType::ExtInfo EI= unwrapped.get()->getExtInfo().withCallingConv(CC);
4120 FunctionType::ExtInfo EI = unwrapped.get()->getExtInfo().withCallingConv(CC);