Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp2003 Expr *Deduce = Inits[0]; in BuildCXXNew() local
2005 if (DeduceAutoType(AllocTypeInfo, Deduce, DeducedType) == DAR_Failed) in BuildCXXNew()
2007 << AllocType << Deduce->getType() in BuildCXXNew()
2008 << TypeRange << Deduce->getSourceRange()); in BuildCXXNew()