Home | History | Annotate | Download | only in Sema

Lines Matching refs:AdjustedType

2809     const FunctionType *AdjustedType = New->getType()->getAs<FunctionType>();
2810 AdjustedType = Context.adjustFunctionType(AdjustedType, NewTypeInfo);
2811 New->setType(QualType(AdjustedType, 0));