Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4841 SpecializationType = SubstAutoType(SpecializationType, QualType()); in DeduceTemplateArguments()
4842 ArgFunctionType = SubstAutoType(ArgFunctionType, QualType()); in DeduceTemplateArguments()
5348 QualType Sema::SubstAutoType(QualType TypeWithAuto, in SubstAutoType() function in Sema
H A DSemaDecl.cpp3983 New->setType(SubstAutoType(New->getType(), DT)); in MergeFunctionDecl()
3984 NewQType = Context.getCanonicalType(SubstAutoType(NewQType, DT)); in MergeFunctionDecl()
H A DSemaDeclCXX.cpp9146 FD, SubstAutoType(FD->getDeclaredReturnType(), Cat)); in CheckExplicitlyDefaultedComparison()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h12630 QualType SubstAutoType(QualType TypeWithAuto, QualType Replacement);