Home | History | Annotate | Download | only in Sema

Lines Matching defs:Adjusted

665   //   "function returning T" is adjusted to be of type "pointer to
5411 // "function returning T" is adjusted to be of type "pointer to
7074 QualType Adjusted = Function->getType();
7075 if (!hasExplicitCallingConv(Adjusted))
7076 Adjusted = adjustCCAndNoReturn(Adjusted, Method->getType());
7077 if (Context.hasSameType(Adjusted, Method->getType())) {
7963 QualType Adjusted = adjustCCAndNoReturn(R, Method->getType());
7964 if (Context.hasSameUnqualifiedType(Method->getType(), Adjusted)) {