Searched refs:DeduceAutoType (Results 1 – 6 of 6) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 1783 if (DeduceAutoType(D->getTypeSourceInfo(), DeducedInit, FirstType) == in ActOnObjCForCollectionStmt() 1839 SemaRef.DeduceAutoType(Decl->getTypeSourceInfo(), Init, InitType) == in FinishForRangeVarDecl() 2833 DeduceAutoResult DAR = DeduceAutoType(OrigResultType, RetExpr, Deduced); in DeduceFunctionTypeFromReturnExpr()
|
| H A D | SemaTemplateDeduction.cpp | 3960 Sema::DeduceAutoType(TypeSourceInfo *Type, Expr *&Init, QualType &Result) { in DeduceAutoType() function in Sema 3961 return DeduceAutoType(Type->getTypeLoc(), Init, Result); in DeduceAutoType() 3971 Sema::DeduceAutoType(TypeLoc Type, Expr *&Init, QualType &Result) { in DeduceAutoType() function in Sema
|
| H A D | SemaLambda.cpp | 752 if (DeduceAutoType(TSI, DeduceInit, DeducedType) == DAR_Failed) { in performLambdaInitCaptureInitialization()
|
| H A D | SemaExprCXX.cpp | 1226 if (DeduceAutoType(AllocTypeInfo, Deduce, DeducedType) == DAR_Failed) in BuildCXXNew()
|
| H A D | SemaDecl.cpp | 8667 if (DeduceAutoType(VDecl->getTypeSourceInfo(), DeduceInit, DeducedType) == in AddInitializerToDecl()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 6227 DeduceAutoResult DeduceAutoType(TypeSourceInfo *AutoType, Expr *&Initializer, 6229 DeduceAutoResult DeduceAutoType(TypeLoc AutoTypeLoc, Expr *&Initializer,
|