Home | History | Annotate | Download | only in Sema

Lines Matching refs:IsOverload

865 // IsOverload - Determine whether the given New declaration is an
881 // so IsOverload will not be used.
892 // signature), IsOverload returns false and MatchedDecl will be set to
926 if (!IsOverload(New, OldT->getTemplatedDecl(), UseMemberUsingDeclRules)) {
936 if (!IsOverload(New, OldF, UseMemberUsingDeclRules)) {
1080 bool Sema::IsOverload(FunctionDecl *New, FunctionDecl *Old,