Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaLookup.cpp1057 if ((D = R.getAcceptableDecl(D))) { in LookupDirect()
1255 if (NamedDecl *ND = R.getAcceptableDecl(*I)) { in CppLookupName()
1320 if (NamedDecl *ND = R.getAcceptableDecl(Ivar)) { in CppLookupName()
1409 if (NamedDecl *ND = R.getAcceptableDecl(*I)) { in CppLookupName()
1900 if (NamedDecl *D = R.getAcceptableDecl(*I)) { in LookupName()
1954 if (NamedDecl *LastD = R.getAcceptableDecl(*LastI)) in LookupName()
2355 if (NamedDecl *ND = R.getAcceptableDecl(D)) in LookupQualifiedName()
3775 if (NamedDecl *ND = Result.getAcceptableDecl(*I)) { in lookupInDeclContext()
3797 if (auto *ND = Result.getAcceptableDecl(D)) { in lookupInDeclContext()
3942 if ((ND = Result.getAcceptableDecl(ND))) { in lookupInScope()
DSemaDeclCXX.cpp12936 if (auto *Acceptable = R.getAcceptableDecl(D)) in CheckImplicitSpecialMemberDeclaration()
/external/clang/lib/Sema/
DSemaLookup.cpp840 if ((D = R.getAcceptableDecl(D))) { in LookupDirect()
1088 if (NamedDecl *ND = R.getAcceptableDecl(*I)) { in CppLookupName()
1168 if (NamedDecl *ND = R.getAcceptableDecl(Ivar)) { in CppLookupName()
1257 if (NamedDecl *ND = R.getAcceptableDecl(*I)) { in CppLookupName()
1724 if (NamedDecl *D = R.getAcceptableDecl(*I)) { in LookupName()
1778 if (NamedDecl *LastD = R.getAcceptableDecl(*LastI)) in LookupName()
3465 if (NamedDecl *ND = Result.getAcceptableDecl(*I)) { in LookupVisibleDecls()
3482 if (auto *ND = Result.getAcceptableDecl(D)) { in LookupVisibleDecls()
3608 if ((ND = Result.getAcceptableDecl(ND))) { in LookupVisibleDecls()
DSemaDeclCXX.cpp9124 if (auto *Acceptable = R.getAcceptableDecl(D)) in CheckImplicitSpecialMemberDeclaration()
/external/clang/include/clang/Sema/
DLookup.h345 NamedDecl *getAcceptableDecl(NamedDecl *D) const { in getAcceptableDecl() function
/external/llvm-project/clang/include/clang/Sema/
DLookup.h361 NamedDecl *getAcceptableDecl(NamedDecl *D) const { in getAcceptableDecl() function