Searched refs:SubstAutoTypeDependent (Results 1 – 6 of 6) sorted by relevance
377 Result = S.SubstAutoTypeDependent(Result); in buildTypeForLambdaCallOperator()
4673 FunctionType = SubstAutoTypeDependent(FunctionType); in DeduceTemplateArguments()5248 QualType Sema::SubstAutoTypeDependent(QualType TypeWithAuto) { in SubstAutoTypeDependent() function in Sema
9695 return SubstAutoTypeDependent(TSInfo->getType()); in DeduceTemplateSpecializationFromInitializer()9741 return SubstAutoTypeDependent(TSInfo->getType()); in DeduceTemplateSpecializationFromInitializer()
2630 LoopVar->setType(SubstAutoTypeDependent(LoopVar->getType())); in BuildCXXForRangeStmt()
3904 New->setType(SubstAutoTypeDependent(New->getType())); in MergeFunctionDecl()3905 NewQType = Context.getCanonicalType(SubstAutoTypeDependent(NewQType)); in MergeFunctionDecl()11899 QualType NewReturnType = SubstAutoTypeDependent(FPT->getReturnType()); in CheckFunctionDeclaration()
12385 QualType SubstAutoTypeDependent(QualType TypeWithAuto);