Home | History | Annotate | Download | only in Sema

Lines Matching refs:IsOverload

2545 /// overloaded. Use IsOverload to determine whether New and Old are
6411 if (MD->isVirtual() && !Data->S->IsOverload(Data->Method, MD, false))
7990 if (IsOverload(NewFD, cast<FunctionDecl>(OldDecl), false)) {