Home
last modified time | relevance | path

Searched refs:getAcceptableDecl (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp843 if ((D = R.getAcceptableDecl(D))) { in LookupDirect()
1102 if (NamedDecl *ND = R.getAcceptableDecl(*I)) { in CppLookupName()
1182 if (NamedDecl *ND = R.getAcceptableDecl(Ivar)) { in CppLookupName()
1271 if (NamedDecl *ND = R.getAcceptableDecl(*I)) { in CppLookupName()
1762 if (NamedDecl *D = R.getAcceptableDecl(*I)) { in LookupName()
1816 if (NamedDecl *LastD = R.getAcceptableDecl(*LastI)) in LookupName()
3520 if (NamedDecl *ND = Result.getAcceptableDecl(*I)) { in LookupVisibleDecls()
3542 if (auto *ND = Result.getAcceptableDecl(D)) { in LookupVisibleDecls()
3692 if ((ND = Result.getAcceptableDecl(ND))) { in LookupVisibleDecls()
H A DSemaDeclCXX.cpp10907 if (auto *Acceptable = R.getAcceptableDecl(D)) in CheckImplicitSpecialMemberDeclaration()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DLookup.h350 NamedDecl *getAcceptableDecl(NamedDecl *D) const { in getAcceptableDecl() function