Home | History | Annotate | Download | only in AST

Lines Matching full:function1

616     const FunctionType *Function1 = cast<FunctionType>(T1);
618 if (!IsStructurallyEquivalent(Context, Function1->getReturnType(),
621 if (Function1->getExtInfo() != Function2->getExtInfo())