Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DHeuristicResolver.cpp78 std::vector<const NamedDecl *> resolveExprToDecls(const Expr *E);
346 return resolveExprToDecls(CE->getCallee()); in resolveCalleeOfCallExpr()
374 HeuristicResolverImpl::resolveExprToDecls(const Expr *E) { in resolveExprToDecls() function in clang::__anon96160a110111::HeuristicResolverImpl
394 std::vector<const NamedDecl *> Decls = resolveExprToDecls(E); in resolveExprToType()