Home | History | Annotate | Download | only in Sema

Lines Matching refs:Adjusted

654   //   "function returning T" is adjusted to be of type "pointer to
5369 // "function returning T" is adjusted to be of type "pointer to
7009 QualType Adjusted = Function->getType();
7010 if (!hasExplicitCallingConv(Adjusted))
7011 Adjusted = adjustCCAndNoReturn(Adjusted, Method->getType());
7012 if (Context.hasSameType(Adjusted, Method->getType())) {
7829 QualType Adjusted = adjustCCAndNoReturn(R, Method->getType());
7830 if (Context.hasSameUnqualifiedType(Method->getType(), Adjusted)) {