Home
last modified time | relevance | path

Searched refs:IsOverload (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Sema/
DSemaOverload.cpp921 if (!IsOverload(New, OldF, UseMemberUsingDeclRules)) { in CheckOverload()
956 bool Sema::IsOverload(FunctionDecl *New, FunctionDecl *Old, in IsOverload() function in Sema
DSemaDecl.cpp6746 if (MD->isVirtual() && !S->IsOverload(Method, MD, false)) in operator ()()
8389 if (IsOverload(NewFD, cast<FunctionDecl>(OldDecl), false)) { in CheckFunctionDeclaration()
DSemaDeclCXX.cpp6330 if (!S->IsOverload(Method, MD, false)) in operator ()()
/external/clang/include/clang/Sema/
DSema.h2190 bool IsOverload(FunctionDecl *New, FunctionDecl *Old, bool IsForUsingDecl);