Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp9397 QualType Sema::getDecltypeForExpr(Expr *E) { in getDecltypeForExpr() function in Sema
9481 return Context.getDecltypeType(E, getDecltypeForExpr(E)); in BuildDecltypeType()
H A DSemaTemplateDeduction.cpp5122 DeducedType = getDecltypeForExpr(Init); in DeduceAutoType()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h14853 QualType getDecltypeForExpr(Expr *E);