Home | History | Annotate | Download | only in Sema

Lines Matching refs:IsOverload

847 // IsOverload - Determine whether the given New declaration is an
863 // so IsOverload will not be used.
874 // signature), IsOverload returns false and MatchedDecl will be set to
909 if (!IsOverload(New, OldF, UseMemberUsingDeclRules)) {
944 bool Sema::IsOverload(FunctionDecl *New, FunctionDecl *Old,