Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DHeuristicResolver.cpp42 resolveUsingValueDecl(const UnresolvedUsingValueDecl *UUVD);
349 std::vector<const NamedDecl *> HeuristicResolverImpl::resolveUsingValueDecl( in resolveUsingValueDecl() function in clang::__anon96160a110111::HeuristicResolverImpl
579 std::vector<const NamedDecl *> HeuristicResolver::resolveUsingValueDecl( in resolveUsingValueDecl() function in clang::HeuristicResolver
581 return HeuristicResolverImpl(Ctx).resolveUsingValueDecl(UUVD); in resolveUsingValueDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DHeuristicResolver.h61 resolveUsingValueDecl(const UnresolvedUsingValueDecl *UUVD) const;