Searched refs:SubstAutoType (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaLambda.cpp | 376 Result = SubstAutoType(Result, Context.DependentTy); in startLambdaDefinition()
|
H A D | SemaStmt.cpp | 2731 LoopVar->setType(SubstAutoType(LoopVar->getType(), Context.DependentTy)); in BuildCXXForRangeStmt() 3865 Deduced = SubstAutoType(OrigResultType.getType(), Context.VoidTy); in DeduceFunctionTypeFromReturnExpr()
|
H A D | SemaTemplateDeduction.cpp | 4345 FunctionType = SubstAutoType(FunctionType, Context.DependentTy); in DeduceTemplateArguments() 4931 QualType Sema::SubstAutoType(QualType TypeWithAuto, in SubstAutoType() function in Sema
|
H A D | SemaInit.cpp | 9971 return SubstAutoType(TSInfo->getType(), Context.DependentTy); in DeduceTemplateSpecializationFromInitializer() 9990 return SubstAutoType(TSInfo->getType(), Context.DependentTy); in DeduceTemplateSpecializationFromInitializer() 10210 SubstAutoType(TSInfo->getType(), Best->Function->getReturnType()); in DeduceTemplateSpecializationFromInitializer()
|
H A D | SemaDecl.cpp | 3533 SubstAutoType(New->getType(), in MergeFunctionDecl() 3537 SubstAutoType(NewQType, in MergeFunctionDecl() 9180 SubstAutoType(FPT->getReturnType(), Context.DependentTy); in ActOnFunctionDeclarator() 14456 FD, SubstAutoType(ResultType.getType(), Context.VoidTy)); in ActOnFinishFunctionBody()
|
H A D | SemaDeclCXX.cpp | 8526 FD, SubstAutoType(FD->getDeclaredReturnType(), Cat)); in CheckExplicitlyDefaultedComparison()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 8446 QualType SubstAutoType(QualType TypeWithAuto, QualType Replacement);
|