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

/external/clang/lib/Sema/
H A DSemaType.cpp5486 /// getDecltypeForExpr - Given an expr, will return the decltype for
5489 static QualType getDecltypeForExpr(Sema &S, Expr *E) { function
5558 return Context.getDecltypeType(E, getDecltypeForExpr(*this, E));

Completed in 161 milliseconds