Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLambda.cpp382 Result = SubstAutoTypeDependent(Result); in startLambdaDefinition()
H A DSemaTemplateDeduction.cpp4334 FunctionType = SubstAutoTypeDependent(FunctionType); in DeduceTemplateArguments()
4882 QualType Sema::SubstAutoTypeDependent(QualType TypeWithAuto) { in SubstAutoTypeDependent() function in Sema
H A DSemaInit.cpp10412 return SubstAutoTypeDependent(TSInfo->getType()); in DeduceTemplateSpecializationFromInitializer()
10431 return SubstAutoTypeDependent(TSInfo->getType()); in DeduceTemplateSpecializationFromInitializer()
H A DSemaStmt.cpp2779 LoopVar->setType(SubstAutoTypeDependent(LoopVar->getType())); in BuildCXXForRangeStmt()
H A DSemaDecl.cpp3944 New->setType(SubstAutoTypeDependent(New->getType())); in MergeFunctionDecl()
3945 NewQType = Context.getCanonicalType(SubstAutoTypeDependent(NewQType)); in MergeFunctionDecl()
9830 QualType Result = SubstAutoTypeDependent(FPT->getReturnType()); in ActOnFunctionDeclarator()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h9083 QualType SubstAutoTypeDependent(QualType TypeWithAuto);