Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3587 FunctionType = SubstAutoType(FunctionType, Context.DependentTy); in DeduceTemplateArguments()
3642 QualType DeducedResultType = S.SubstAutoType(AutoResultType, in SubstAutoWithinFunctionReturnType()
4078 QualType Sema::SubstAutoType(QualType TypeWithAuto, in SubstAutoType() function in Sema
H A DSemaLambda.cpp368 Result = SubstAutoType(Result, Context.DependentTy); in startLambdaDefinition()
H A DSemaStmt.cpp2146 LoopVar->setType(SubstAutoType(LoopVar->getType(), Context.DependentTy)); in BuildCXXForRangeStmt()
2858 Deduced = SubstAutoType(OrigResultType.getType(), Context.VoidTy); in DeduceFunctionTypeFromReturnExpr()
H A DSemaDecl.cpp2708 SubstAutoType(New->getType(), in MergeFunctionDecl()
2712 SubstAutoType(NewQType, in MergeFunctionDecl()
7135 SubstAutoType(FPT->getReturnType(), Context.DependentTy); in ActOnFunctionDeclarator()
10469 FD, SubstAutoType(ResultType.getType(), Context.VoidTy)); in ActOnFinishFunctionBody()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h6215 QualType SubstAutoType(QualType TypeWithAuto, QualType Replacement);