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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1949 if (DeduceAutoType(D->getTypeSourceInfo(), DeducedInit, FirstType) ==
2015 SemaRef.DeduceAutoType(Decl->getTypeSourceInfo(), Init, InitType) ==
3510 DeduceAutoResult DAR = DeduceAutoType(OrigResultType, RetExpr, Deduced);
H A DSemaTemplateDeduction.cpp4584 Sema::DeduceAutoType(TypeSourceInfo *Type, Expr *&Init, QualType &Result, function in class:Sema
4587 return DeduceAutoType(Type->getTypeLoc(), Init, Result,
4676 Sema::DeduceAutoType(TypeLoc Type, Expr *&Init, QualType &Result, function in class:Sema
H A DSemaExprCXX.cpp1940 if (DeduceAutoType(AllocTypeInfo, Deduce, DeducedType) == DAR_Failed)
H A DSemaTemplate.cpp6714 if (DeduceAutoType(
H A DSemaDecl.cpp11548 if (DeduceAutoType(TSI, DeduceInit, DeducedType) == DAR_Failed) {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8178 /// Result type of DeduceAutoType.
8186 DeduceAutoType(TypeSourceInfo *AutoType, Expr *&Initializer, QualType &Result,
8190 DeduceAutoType(TypeLoc AutoTypeLoc, Expr *&Initializer, QualType &Result,

Completed in 381 milliseconds