Searched refs:DeduceAutoType (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 1919 if (DeduceAutoType(D->getTypeSourceInfo(), DeducedInit, FirstType) == in ActOnObjCForCollectionStmt() 1984 SemaRef.DeduceAutoType(Decl->getTypeSourceInfo(), Init, InitType) == in FinishForRangeVarDecl() 3449 DeduceAutoResult DAR = DeduceAutoType(OrigResultType, RetExpr, Deduced); in DeduceFunctionTypeFromReturnExpr()
|
| H A D | SemaTemplateDeduction.cpp | 4357 Sema::DeduceAutoType(TypeSourceInfo *Type, Expr *&Init, QualType &Result, in DeduceAutoType() function in Sema 4359 return DeduceAutoType(Type->getTypeLoc(), Init, Result, in DeduceAutoType() 4403 Sema::DeduceAutoType(TypeLoc Type, Expr *&Init, QualType &Result, in DeduceAutoType() function in Sema
|
| H A D | SemaExprCXX.cpp | 1877 if (DeduceAutoType(AllocTypeInfo, Inits[0], DeducedType) == DAR_Failed) in BuildCXXNew()
|
| H A D | SemaTemplate.cpp | 6191 if (DeduceAutoType( in CheckTemplateArgument()
|
| H A D | SemaDecl.cpp | 10911 if (DeduceAutoType(TSI, DeduceInit, DeducedType) == DAR_Failed) { in deduceVarTypeFromInitializer()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 7080 DeduceAutoType(TypeSourceInfo *AutoType, Expr *&Initializer, QualType &Result, 7083 DeduceAutoType(TypeLoc AutoTypeLoc, Expr *&Initializer, QualType &Result,
|