Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaLookup.cpp1111 if ((D = R.getAcceptableDecl(D))) { in LookupDirect()
1308 if (NamedDecl *ND = R.getAcceptableDecl(*I)) { in CppLookupName()
1373 if (NamedDecl *ND = R.getAcceptableDecl(Ivar)) { in CppLookupName()
1462 if (NamedDecl *ND = R.getAcceptableDecl(*I)) { in CppLookupName()
2208 if (NamedDecl *D = R.getAcceptableDecl(*I)) { in LookupName()
2262 if (NamedDecl *LastD = R.getAcceptableDecl(*LastI)) in LookupName()
2664 if (NamedDecl *ND = R.getAcceptableDecl(*I)) in LookupQualifiedName()
4137 if (NamedDecl *ND = Result.getAcceptableDecl(*I)) { in lookupInDeclContext()
4160 if (auto *ND = Result.getAcceptableDecl(D)) { in lookupInDeclContext()
4314 if ((ND = Result.getAcceptableDecl(ND))) { in lookupInScope()
H A DSemaDeclCXX.cpp13485 if (auto *Acceptable = R.getAcceptableDecl(D)) in CheckImplicitSpecialMemberDeclaration()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DLookup.h385 NamedDecl *getAcceptableDecl(NamedDecl *D) const { in getAcceptableDecl() function