Searched refs:SubstAutoTypeDependent (Results 1 – 6 of 6) sorted by relevance
382 Result = SubstAutoTypeDependent(Result); in startLambdaDefinition()
4334 FunctionType = SubstAutoTypeDependent(FunctionType); in DeduceTemplateArguments()4882 QualType Sema::SubstAutoTypeDependent(QualType TypeWithAuto) { in SubstAutoTypeDependent() function in Sema
10412 return SubstAutoTypeDependent(TSInfo->getType()); in DeduceTemplateSpecializationFromInitializer()10431 return SubstAutoTypeDependent(TSInfo->getType()); in DeduceTemplateSpecializationFromInitializer()
2779 LoopVar->setType(SubstAutoTypeDependent(LoopVar->getType())); in BuildCXXForRangeStmt()
3944 New->setType(SubstAutoTypeDependent(New->getType())); in MergeFunctionDecl()3945 NewQType = Context.getCanonicalType(SubstAutoTypeDependent(NewQType)); in MergeFunctionDecl()9830 QualType Result = SubstAutoTypeDependent(FPT->getReturnType()); in ActOnFunctionDeclarator()
9083 QualType SubstAutoTypeDependent(QualType TypeWithAuto);