Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp376 Result = SubstAutoType(Result, Context.DependentTy); in startLambdaDefinition()
H A DSemaStmt.cpp2732 LoopVar->setType(SubstAutoType(LoopVar->getType(), Context.DependentTy)); in BuildCXXForRangeStmt()
3793 Deduced = SubstAutoType(OrigResultType.getType(), Context.VoidTy); in DeduceFunctionTypeFromReturnExpr()
H A DSemaTemplateDeduction.cpp4345 FunctionType = SubstAutoType(FunctionType, Context.DependentTy); in DeduceTemplateArguments()
4931 QualType Sema::SubstAutoType(QualType TypeWithAuto, in SubstAutoType() function in Sema
H A DSemaInit.cpp9972 return SubstAutoType(TSInfo->getType(), Context.DependentTy); in DeduceTemplateSpecializationFromInitializer()
9991 return SubstAutoType(TSInfo->getType(), Context.DependentTy); in DeduceTemplateSpecializationFromInitializer()
10211 SubstAutoType(TSInfo->getType(), Best->Function->getReturnType()); in DeduceTemplateSpecializationFromInitializer()
H A DSemaDecl.cpp3596 SubstAutoType(New->getType(), in MergeFunctionDecl()
3600 SubstAutoType(NewQType, in MergeFunctionDecl()
9239 SubstAutoType(FPT->getReturnType(), Context.DependentTy); in ActOnFunctionDeclarator()
14512 FD, SubstAutoType(ResultType.getType(), Context.VoidTy)); in ActOnFinishFunctionBody()
H A DSemaDeclCXX.cpp8533 FD, SubstAutoType(FD->getDeclaredReturnType(), Cat)); in CheckExplicitlyDefaultedComparison()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8515 QualType SubstAutoType(QualType TypeWithAuto, QualType Replacement);