Searched defs:DeducedType (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaLambda.cpp | 772 QualType DeducedType = deduceVarTypeFromInitializer( buildLambdaInitCaptureInitialization() local
|
H A D | SemaTemplateDeduction.cpp | 1528 QualType DeducedType = A; DeduceTemplateArgumentsByTypeMatch() local 4987 QualType DeducedType; DeduceAutoType() local [all...] |
H A D | SemaExprCXX.cpp | 1553 QualType DeducedType; BuildCXXTypeConstructExpr() local 2097 QualType DeducedType; BuildCXXNew() local
|
H A D | SemaDecl.cpp | 13103 QualType DeducedType; deduceVarTypeFromInitializer() local 13142 QualType DeducedType = deduceVarTypeFromInitializer( DeduceVariableDeclarationType() local [all...] |
H A D | SemaInit.cpp | 10944 QualType DeducedType = DeduceTemplateSpecializationFromInitializer() local
|
H A D | SemaTemplate.cpp | 2306 QualType DeducedType = SemaRef.Context.getTypeDeclType(Primary); global() member
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 5743 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...] |