Searched refs:resolveTypeOfCallExpr (Results 1 – 2 of 2) sorted by relevance
39 std::vector<const NamedDecl *> resolveTypeOfCallExpr(const CallExpr *CE);326 HeuristicResolverImpl::resolveTypeOfCallExpr(const CallExpr *CE) { in resolveTypeOfCallExpr() function in clang::__anon96160a110111::HeuristicResolverImpl385 return resolveTypeOfCallExpr(CE); in resolveExprToDecls()572 HeuristicResolver::resolveTypeOfCallExpr(const CallExpr *CE) const { in resolveTypeOfCallExpr() function in clang::HeuristicResolver573 return HeuristicResolverImpl(Ctx).resolveTypeOfCallExpr(CE); in resolveTypeOfCallExpr()
57 resolveTypeOfCallExpr(const CallExpr *CE) const;