Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DHeuristicResolver.cpp29 class HeuristicResolverImpl { class
31 HeuristicResolverImpl(ASTContext &Ctx) : Ctx(Ctx) {} in HeuristicResolverImpl() function in clang::__anon96160a110111::HeuristicResolverImpl
126 TagDecl *HeuristicResolverImpl::resolveTypeToTagDecl(QualType QT) { in resolveTypeToTagDecl()
171 QualType HeuristicResolverImpl::getPointeeType(QualType T) { in getPointeeType()
204 QualType HeuristicResolverImpl::simplifyType(QualType Type, const Expr *E, in simplifyType()
282 std::vector<const NamedDecl *> HeuristicResolverImpl::resolveMemberExpr( in resolveMemberExpr()
319 HeuristicResolverImpl::resolveDeclRefExpr(const DependentScopeDeclRefExpr *RE) { in resolveDeclRefExpr()
326 HeuristicResolverImpl::resolveTypeOfCallExpr(const CallExpr *CE) { in resolveTypeOfCallExpr()
341 HeuristicResolverImpl::resolveCalleeOfCallExpr(const CallExpr *CE) { in resolveCalleeOfCallExpr()
349 std::vector<const NamedDecl *> HeuristicResolverImpl::resolveUsingValueDecl( in resolveUsingValueDecl()
[all …]