Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4571 SpecializationType = SubstAutoType(SpecializationType, QualType()); in DeduceTemplateArguments()
4572 ArgFunctionType = SubstAutoType(ArgFunctionType, QualType()); in DeduceTemplateArguments()
5104 QualType Sema::SubstAutoType(QualType TypeWithAuto, in SubstAutoType() function in Sema
H A DSemaDecl.cpp4016 New->setType(SubstAutoType(New->getType(), DT)); in MergeFunctionDecl()
4017 NewQType = Context.getCanonicalType(SubstAutoType(NewQType, DT)); in MergeFunctionDecl()
H A DSemaInit.cpp10945 SubstAutoType(TSInfo->getType(), Best->Function->getReturnType()); in DeduceTemplateSpecializationFromInitializer()
H A DSemaDeclCXX.cpp9069 FD, SubstAutoType(FD->getDeclaredReturnType(), Cat)); in CheckExplicitlyDefaultedComparison()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9345 QualType SubstAutoType(QualType TypeWithAuto, QualType Replacement);