Searched refs:SubstAutoType (Results 1 – 4 of 4) sorted by relevance
4841 SpecializationType = SubstAutoType(SpecializationType, QualType()); in DeduceTemplateArguments()4842 ArgFunctionType = SubstAutoType(ArgFunctionType, QualType()); in DeduceTemplateArguments()5348 QualType Sema::SubstAutoType(QualType TypeWithAuto, in SubstAutoType() function in Sema
3983 New->setType(SubstAutoType(New->getType(), DT)); in MergeFunctionDecl()3984 NewQType = Context.getCanonicalType(SubstAutoType(NewQType, DT)); in MergeFunctionDecl()
9146 FD, SubstAutoType(FD->getDeclaredReturnType(), Cat)); in CheckExplicitlyDefaultedComparison()
12630 QualType SubstAutoType(QualType TypeWithAuto, QualType Replacement);