Searched refs:SubstAutoTypeDependent (Results 1 – 6 of 6) sorted by relevance
374 Result = S.SubstAutoTypeDependent(Result); in buildTypeForLambdaCallOperator()
4513 FunctionType = SubstAutoTypeDependent(FunctionType); in DeduceTemplateArguments()5118 QualType Sema::SubstAutoTypeDependent(QualType TypeWithAuto) { in SubstAutoTypeDependent() function in Sema
10595 return SubstAutoTypeDependent(TSInfo->getType()); in DeduceTemplateSpecializationFromInitializer()10614 return SubstAutoTypeDependent(TSInfo->getType()); in DeduceTemplateSpecializationFromInitializer()
2789 LoopVar->setType(SubstAutoTypeDependent(LoopVar->getType())); in BuildCXXForRangeStmt()
4013 New->setType(SubstAutoTypeDependent(New->getType())); in MergeFunctionDecl()4014 NewQType = Context.getCanonicalType(SubstAutoTypeDependent(NewQType)); in MergeFunctionDecl()10101 QualType Result = SubstAutoTypeDependent(FPT->getReturnType()); in ActOnFunctionDeclarator()
9351 QualType SubstAutoTypeDependent(QualType TypeWithAuto);