Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp374 Result = S.SubstAutoTypeDependent(Result); in buildTypeForLambdaCallOperator()
H A DSemaTemplateDeduction.cpp4513 FunctionType = SubstAutoTypeDependent(FunctionType); in DeduceTemplateArguments()
5118 QualType Sema::SubstAutoTypeDependent(QualType TypeWithAuto) { in SubstAutoTypeDependent() function in Sema
H A DSemaInit.cpp10595 return SubstAutoTypeDependent(TSInfo->getType()); in DeduceTemplateSpecializationFromInitializer()
10614 return SubstAutoTypeDependent(TSInfo->getType()); in DeduceTemplateSpecializationFromInitializer()
H A DSemaStmt.cpp2789 LoopVar->setType(SubstAutoTypeDependent(LoopVar->getType())); in BuildCXXForRangeStmt()
H A DSemaDecl.cpp4013 New->setType(SubstAutoTypeDependent(New->getType())); in MergeFunctionDecl()
4014 NewQType = Context.getCanonicalType(SubstAutoTypeDependent(NewQType)); in MergeFunctionDecl()
10101 QualType Result = SubstAutoTypeDependent(FPT->getReturnType()); in ActOnFunctionDeclarator()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9351 QualType SubstAutoTypeDependent(QualType TypeWithAuto);