Home
last modified time | relevance | path

Searched defs:DeducedType (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeductionGuide.cpp316 QualType DeducedType = SemaRef.Context.getTypeDeclType(Primary); member
H A DSemaLambda.cpp814 QualType DeducedType = deduceVarTypeFromInitializer( in buildLambdaInitCaptureInitialization() local
H A DSemaTemplateDeduction.cpp1664 QualType DeducedType = A; in DeduceTemplateArgumentsByTypeMatch() local
5114 QualType DeducedType; in DeduceAutoType() local
H A DSemaExprCXX.cpp1598 QualType DeducedType; in BuildCXXTypeConstructExpr() local
2127 QualType DeducedType; in BuildCXXNew() local
H A DSemaDecl.cpp12902 QualType DeducedType; in deduceVarTypeFromInitializer() local
12942 QualType DeducedType = deduceVarTypeFromInitializer( in DeduceVariableDeclarationType() local
H A DSemaInit.cpp10051 QualType DeducedType = in DeduceTemplateSpecializationFromInitializer() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6186 QualType DeducedType, AutoTypeKeyword Keyword, bool IsDependent, in getAutoTypeInternal()
6240 ASTContext::getAutoType(QualType DeducedType, AutoTypeKeyword Keyword, in getAutoType()
6276 TemplateName Template, QualType DeducedType, bool IsDependent) const { in getDeducedTemplateSpecializationType()