Home
last modified time | relevance | path

Searched refs:SubstAutoTypeDependent (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLambda.cpp374 Result = SubstAutoTypeDependent(Result); in startLambdaDefinition()
H A DSemaTemplateDeduction.cpp4221 FunctionType = SubstAutoTypeDependent(FunctionType); in DeduceTemplateArguments()
4818 QualType Sema::SubstAutoTypeDependent(QualType TypeWithAuto) { in SubstAutoTypeDependent() function in Sema
H A DSemaInit.cpp10044 return SubstAutoTypeDependent(TSInfo->getType()); in DeduceTemplateSpecializationFromInitializer()
10063 return SubstAutoTypeDependent(TSInfo->getType()); in DeduceTemplateSpecializationFromInitializer()
H A DSemaStmt.cpp2770 LoopVar->setType(SubstAutoTypeDependent(LoopVar->getType())); in BuildCXXForRangeStmt()
H A DSemaDecl.cpp3868 New->setType(SubstAutoTypeDependent(New->getType())); in MergeFunctionDecl()
3869 NewQType = Context.getCanonicalType(SubstAutoTypeDependent(NewQType)); in MergeFunctionDecl()
9679 QualType Result = SubstAutoTypeDependent(FPT->getReturnType()); in ActOnFunctionDeclarator()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h8825 QualType SubstAutoTypeDependent(QualType TypeWithAuto);