Home
last modified time | relevance | path

Searched refs:getAcceptableDeclSlow (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DLookup.h368 return getAcceptableDeclSlow(D); in getAcceptableDecl()
373 NamedDecl *getAcceptableDeclSlow(NamedDecl *D) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp1863 NamedDecl *LookupResult::getAcceptableDeclSlow(NamedDecl *D) const { in getAcceptableDeclSlow() function in LookupResult