Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4804 QualType Sema::SubstAutoType(QualType TypeWithAuto, in SubstAutoType() function in Sema
H A DSemaDecl.cpp3871 New->setType(SubstAutoType(New->getType(), DT)); in MergeFunctionDecl()
3872 NewQType = Context.getCanonicalType(SubstAutoType(NewQType, DT)); in MergeFunctionDecl()
H A DSemaInit.cpp10283 SubstAutoType(TSInfo->getType(), Best->Function->getReturnType()); in DeduceTemplateSpecializationFromInitializer()
H A DSemaDeclCXX.cpp8710 FD, SubstAutoType(FD->getDeclaredReturnType(), Cat)); in CheckExplicitlyDefaultedComparison()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h8819 QualType SubstAutoType(QualType TypeWithAuto, QualType Replacement);