Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp3602 FunctionType = SubstAutoType(FunctionType, Context.DependentTy); in DeduceTemplateArguments()
3657 QualType DeducedResultType = S.SubstAutoType(AutoResultType, in SubstAutoWithinFunctionReturnType()
4106 QualType Sema::SubstAutoType(QualType TypeWithAuto, in SubstAutoType() function in Sema
DSemaLambda.cpp370 Result = SubstAutoType(Result, Context.DependentTy); in startLambdaDefinition()
DSemaStmt.cpp2206 LoopVar->setType(SubstAutoType(LoopVar->getType(), Context.DependentTy)); in BuildCXXForRangeStmt()
3115 Deduced = SubstAutoType(OrigResultType.getType(), Context.VoidTy); in DeduceFunctionTypeFromReturnExpr()
DSemaDecl.cpp2966 SubstAutoType(New->getType(), in MergeFunctionDecl()
2970 SubstAutoType(NewQType, in MergeFunctionDecl()
7876 SubstAutoType(FPT->getReturnType(), Context.DependentTy); in ActOnFunctionDeclarator()
11465 FD, SubstAutoType(ResultType.getType(), Context.VoidTy)); in ActOnFinishFunctionBody()
/external/clang/include/clang/Sema/
DSema.h6524 QualType SubstAutoType(QualType TypeWithAuto, QualType Replacement);