Searched refs:resolveExprToDecls (Results 1 – 1 of 1) sorted by relevance
78 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::HeuristicResolverImpl394 std::vector<const NamedDecl *> Decls = resolveExprToDecls(E); in resolveExprToType()