Searched refs:getDecltypeForExpr (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp8401 /// getDecltypeForExpr - Given an expr, will return the decltype for
8404 static QualType getDecltypeForExpr(Sema &S, Expr *E) { function in namespace:__anon3241
8482 return Context.getDecltypeType(E, getDecltypeForExpr(*this, E));

Completed in 63 milliseconds