Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp772 QualType DeducedType = deduceVarTypeFromInitializer( buildLambdaInitCaptureInitialization() local
H A DSemaTemplateDeduction.cpp1528 QualType DeducedType = A; DeduceTemplateArgumentsByTypeMatch() local
4987 QualType DeducedType; DeduceAutoType() local
[all...]
H A DSemaExprCXX.cpp1553 QualType DeducedType; BuildCXXTypeConstructExpr() local
2097 QualType DeducedType; BuildCXXNew() local
H A DSemaDecl.cpp13103 QualType DeducedType; deduceVarTypeFromInitializer() local
13142 QualType DeducedType = deduceVarTypeFromInitializer( DeduceVariableDeclarationType() local
[all...]
H A DSemaInit.cpp10944 QualType DeducedType = DeduceTemplateSpecializationFromInitializer() local
H A DSemaTemplate.cpp2306 QualType DeducedType = SemaRef.Context.getTypeDeclType(Primary); global() member
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp5743 getAutoTypeInternal(QualType DeducedType,AutoTypeKeyword Keyword,bool IsDependent,bool IsPack,ConceptDecl * TypeConstraintConcept,ArrayRef<TemplateArgument> TypeConstraintArgs,bool IsCanon) const getAutoTypeInternal() argument
5797 getAutoType(QualType DeducedType,AutoTypeKeyword Keyword,bool IsDependent,bool IsPack,ConceptDecl * TypeConstraintConcept,ArrayRef<TemplateArgument> TypeConstraintArgs) const getAutoType() argument
5832 getDeducedTemplateSpecializationType(TemplateName Template,QualType DeducedType,bool IsDependent) const getDeducedTemplateSpecializationType() argument
[all...]