Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp377 Result = S.SubstAutoTypeDependent(Result); in buildTypeForLambdaCallOperator()
H A DSemaTemplateDeduction.cpp4673 FunctionType = SubstAutoTypeDependent(FunctionType); in DeduceTemplateArguments()
5248 QualType Sema::SubstAutoTypeDependent(QualType TypeWithAuto) { in SubstAutoTypeDependent() function in Sema
H A DSemaInit.cpp9695 return SubstAutoTypeDependent(TSInfo->getType()); in DeduceTemplateSpecializationFromInitializer()
9741 return SubstAutoTypeDependent(TSInfo->getType()); in DeduceTemplateSpecializationFromInitializer()
H A DSemaStmt.cpp2630 LoopVar->setType(SubstAutoTypeDependent(LoopVar->getType())); in BuildCXXForRangeStmt()
H A DSemaDecl.cpp3904 New->setType(SubstAutoTypeDependent(New->getType())); in MergeFunctionDecl()
3905 NewQType = Context.getCanonicalType(SubstAutoTypeDependent(NewQType)); in MergeFunctionDecl()
11899 QualType NewReturnType = SubstAutoTypeDependent(FPT->getReturnType()); in CheckFunctionDeclaration()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h12385 QualType SubstAutoTypeDependent(QualType TypeWithAuto);