Searched refs:SubstAutoType (Results 1 – 12 of 12) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaTemplateDeduction.cpp | 3602 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
|
D | SemaLambda.cpp | 370 Result = SubstAutoType(Result, Context.DependentTy); in startLambdaDefinition()
|
D | SemaStmt.cpp | 2206 LoopVar->setType(SubstAutoType(LoopVar->getType(), Context.DependentTy)); in BuildCXXForRangeStmt() 3115 Deduced = SubstAutoType(OrigResultType.getType(), Context.VoidTy); in DeduceFunctionTypeFromReturnExpr()
|
D | SemaDecl.cpp | 2966 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/llvm-project/clang/lib/Sema/ |
D | SemaLambda.cpp | 376 Result = SubstAutoType(Result, Context.DependentTy); in startLambdaDefinition()
|
D | SemaStmt.cpp | 2439 LoopVar->setType(SubstAutoType(LoopVar->getType(), Context.DependentTy)); in BuildCXXForRangeStmt() 3577 Deduced = SubstAutoType(OrigResultType.getType(), Context.VoidTy); in DeduceFunctionTypeFromReturnExpr()
|
D | SemaTemplateDeduction.cpp | 4354 FunctionType = SubstAutoType(FunctionType, Context.DependentTy); in DeduceTemplateArguments() 4941 QualType Sema::SubstAutoType(QualType TypeWithAuto, in SubstAutoType() function in Sema
|
D | SemaInit.cpp | 9890 return SubstAutoType(TSInfo->getType(), Context.DependentTy); in DeduceTemplateSpecializationFromInitializer() 9909 return SubstAutoType(TSInfo->getType(), Context.DependentTy); in DeduceTemplateSpecializationFromInitializer() 10129 SubstAutoType(TSInfo->getType(), Best->Function->getReturnType()); in DeduceTemplateSpecializationFromInitializer()
|
D | SemaDecl.cpp | 3516 SubstAutoType(New->getType(), in MergeFunctionDecl() 3520 SubstAutoType(NewQType, in MergeFunctionDecl() 9093 SubstAutoType(FPT->getReturnType(), Context.DependentTy); in ActOnFunctionDeclarator() 14325 FD, SubstAutoType(ResultType.getType(), Context.VoidTy)); in ActOnFinishFunctionBody()
|
D | SemaDeclCXX.cpp | 8447 FD, SubstAutoType(FD->getDeclaredReturnType(), Cat)); in CheckExplicitlyDefaultedComparison()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 6524 QualType SubstAutoType(QualType TypeWithAuto, QualType Replacement);
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 8294 QualType SubstAutoType(QualType TypeWithAuto, QualType Replacement);
|