Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp398 Result = S.SubstAutoTypeDependent(Result); in buildTypeForLambdaCallOperator()
H A DSemaTemplateDeduction.cpp4784 FunctionType = SubstAutoTypeDependent(FunctionType); in DeduceTemplateArguments()
5362 QualType Sema::SubstAutoTypeDependent(QualType TypeWithAuto) { in SubstAutoTypeDependent() function in Sema
H A DSemaStmt.cpp2739 LoopVar->setType(SubstAutoTypeDependent(LoopVar->getType())); in BuildCXXForRangeStmt()
H A DSemaDecl.cpp3980 New->setType(SubstAutoTypeDependent(New->getType())); in MergeFunctionDecl()
3981 NewQType = Context.getCanonicalType(SubstAutoTypeDependent(NewQType)); in MergeFunctionDecl()
12133 QualType NewReturnType = SubstAutoTypeDependent(FPT->getReturnType()); in CheckFunctionDeclaration()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h12636 QualType SubstAutoTypeDependent(QualType TypeWithAuto);