Searched refs:SubstAutoType (Results 1 – 5 of 5) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 3587 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 D | SemaLambda.cpp | 368 Result = SubstAutoType(Result, Context.DependentTy); in startLambdaDefinition()
|
| H A D | SemaStmt.cpp | 2146 LoopVar->setType(SubstAutoType(LoopVar->getType(), Context.DependentTy)); in BuildCXXForRangeStmt() 2858 Deduced = SubstAutoType(OrigResultType.getType(), Context.VoidTy); in DeduceFunctionTypeFromReturnExpr()
|
| H A D | SemaDecl.cpp | 2708 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 D | Sema.h | 6215 QualType SubstAutoType(QualType TypeWithAuto, QualType Replacement);
|