Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp819 QualType DeducedType = deduceVarTypeFromInitializer( in buildLambdaInitCaptureInitialization() local
H A DSemaTemplateDeduction.cpp1500 QualType DeducedType = Arg; in DeduceTemplateArgumentsByTypeMatch() local
4892 QualType DeducedType = Deduced[0].getAsType(); in DeduceAutoType() local
H A DSemaDecl.cpp11744 QualType DeducedType; in deduceVarTypeFromInitializer() local
11780 QualType DeducedType = deduceVarTypeFromInitializer( in DeduceVariableDeclarationType() local
H A DSemaInit.cpp10209 QualType DeducedType = in DeduceTemplateSpecializationFromInitializer() local
H A DSemaExprCXX.cpp1987 QualType DeducedType; in BuildCXXNew() local
H A DSemaTemplate.cpp2145 QualType DeducedType = SemaRef.Context.getTypeDeclType(Primary); member
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp5516 ASTContext::getAutoType(QualType DeducedType, AutoTypeKeyword Keyword, in getAutoType()
5552 TemplateName Template, QualType DeducedType, bool IsDependent) const { in getDeducedTemplateSpecializationType()