Home | History | Annotate | Download | only in Sema

Lines Matching refs:FunctionArgTypesAreEqual

1014        !S.FunctionArgTypesAreEqual(OldType, NewType)))
2565 if (!FunctionArgTypesAreEqual(FromFunction, ToFunction, &ArgPos)) {
2591 /// FunctionArgTypesAreEqual - This routine checks two function proto types
2597 bool Sema::FunctionArgTypesAreEqual(const FunctionProtoType *OldType,