Home
last modified time | relevance | path

Searched refs:getAutoDeductType (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp810 QualType DeductType = Context.getAutoDeductType(); in buildLambdaInitCaptureInitialization()
930 ? S.Context.getAutoDeductType() in getDummyLambdaType()
H A DSemaStmt.cpp2756 QualType AutoType = Context.getAutoDeductType(); in BuildCXXForRangeStmt()
H A DSemaType.cpp964 Result = Context.getAutoDeductType(); in ConvertDeclSpecToType()
H A DSemaDeclCXX.cpp9068 (!Context.hasSameType(RT, Context.getAutoDeductType()) || in CheckExplicitlyDefaultedComparison()
H A DSemaDecl.cpp13123 Context.hasSameUnqualifiedType(Type, Context.getAutoDeductType()) && in deduceVarTypeFromInitializer()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1972 QualType getAutoDeductType() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6619 return getAutoDeductType(); in getAutoTypeInternal()
6772 QualType ASTContext::getAutoDeductType() const { in getAutoDeductType() function in ASTContext
6785 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType()); in getAutoRRefDeductType()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7738 T = Context.getAutoDeductType(); in GetType()