Home | History | Annotate | Download | only in Sema

Lines Matching defs:Adjusted

653   //   "function returning T" is adjusted to be of type "pointer to
5168 // "function returning T" is adjusted to be of type "pointer to
6799 QualType Adjusted = Function->getType();
6800 if (!hasExplicitCallingConv(Adjusted))
6801 Adjusted = adjustCCAndNoReturn(Adjusted, Method->getType());
6802 if (Context.hasSameType(Adjusted, Method->getType())) {
7576 QualType Adjusted = adjustCCAndNoReturn(R, Method->getType());
7577 if (Context.hasSameUnqualifiedType(Method->getType(), Adjusted)) {