Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp376 Result = SubstAutoType(Result, Context.DependentTy); in startLambdaDefinition()
H A DSemaStmt.cpp2731 LoopVar->setType(SubstAutoType(LoopVar->getType(), Context.DependentTy)); in BuildCXXForRangeStmt()
3865 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.cpp9971 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 DSemaDecl.cpp3533 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 DSemaDeclCXX.cpp8526 FD, SubstAutoType(FD->getDeclaredReturnType(), Cat)); in CheckExplicitlyDefaultedComparison()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h8446 QualType SubstAutoType(QualType TypeWithAuto, QualType Replacement);