Searched refs:SubstAutoType (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaTemplateDeduction.cpp | 3610 FunctionType = SubstAutoType(FunctionType, Context.DependentTy); in DeduceTemplateArguments() 3665 QualType DeducedResultType = S.SubstAutoType(AutoResultType, in SubstAutoWithinFunctionReturnType() 4114 QualType Sema::SubstAutoType(QualType TypeWithAuto, in SubstAutoType() function in Sema
|
D | SemaLambda.cpp | 368 Result = SubstAutoType(Result, Context.DependentTy); in startLambdaDefinition()
|
D | SemaStmt.cpp | 2183 LoopVar->setType(SubstAutoType(LoopVar->getType(), Context.DependentTy)); in BuildCXXForRangeStmt() 3060 Deduced = SubstAutoType(OrigResultType.getType(), Context.VoidTy); in DeduceFunctionTypeFromReturnExpr()
|
D | SemaDecl.cpp | 2892 SubstAutoType(New->getType(), in MergeFunctionDecl() 2896 SubstAutoType(NewQType, in MergeFunctionDecl() 7598 SubstAutoType(FPT->getReturnType(), Context.DependentTy); in ActOnFunctionDeclarator() 11058 FD, SubstAutoType(ResultType.getType(), Context.VoidTy)); in ActOnFinishFunctionBody()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 6396 QualType SubstAutoType(QualType TypeWithAuto, QualType Replacement);
|