Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DHeuristicResolver.cpp39 std::vector<const NamedDecl *> resolveTypeOfCallExpr(const CallExpr *CE);
326 HeuristicResolverImpl::resolveTypeOfCallExpr(const CallExpr *CE) { in resolveTypeOfCallExpr() function in clang::__anon96160a110111::HeuristicResolverImpl
385 return resolveTypeOfCallExpr(CE); in resolveExprToDecls()
572 HeuristicResolver::resolveTypeOfCallExpr(const CallExpr *CE) const { in resolveTypeOfCallExpr() function in clang::HeuristicResolver
573 return HeuristicResolverImpl(Ctx).resolveTypeOfCallExpr(CE); in resolveTypeOfCallExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DHeuristicResolver.h57 resolveTypeOfCallExpr(const CallExpr *CE) const;