Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp391 Result = SubstAutoType(Result, Context.DependentTy); in startLambdaDefinition()
H A DSemaStmt.cpp2382 LoopVar->setType(SubstAutoType(LoopVar->getType(), Context.DependentTy)); in BuildCXXForRangeStmt()
3474 Deduced = SubstAutoType(OrigResultType.getType(), Context.VoidTy); in DeduceFunctionTypeFromReturnExpr()
H A DSemaTemplateDeduction.cpp4067 FunctionType = SubstAutoType(FunctionType, Context.DependentTy); in DeduceTemplateArguments()
4560 QualType Sema::SubstAutoType(QualType TypeWithAuto, in SubstAutoType() function in Sema
H A DSemaDecl.cpp3281 SubstAutoType(New->getType(), in MergeFunctionDecl()
3285 SubstAutoType(NewQType, in MergeFunctionDecl()
8515 SubstAutoType(FPT->getReturnType(), Context.DependentTy); in ActOnFunctionDeclarator()
13128 FD, SubstAutoType(ResultType.getType(), Context.VoidTy)); in ActOnFinishFunctionBody()
H A DSemaInit.cpp9429 SubstAutoType(TSInfo->getType(), Best->Function->getReturnType()); in DeduceTemplateSpecializationFromInitializer()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h7064 QualType SubstAutoType(QualType TypeWithAuto, QualType Replacement);