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.cpp789 QualType DeductType = Context.getAutoDeductType(); in buildLambdaInitCaptureInitialization()
909 ? S.Context.getAutoDeductType() in getDummyLambdaType()
H A DSemaStmt.cpp2647 QualType AutoType = Context.getAutoDeductType(); in BuildCXXForRangeStmt()
H A DSemaType.cpp953 Result = Context.getAutoDeductType(); in ConvertDeclSpecToType()
H A DSemaDeclCXX.cpp8889 (!Context.hasSameType(RT, Context.getAutoDeductType()) || in CheckExplicitlyDefaultedComparison()
H A DSemaDecl.cpp12897 Context.hasSameUnqualifiedType(Type, Context.getAutoDeductType()) && in deduceVarTypeFromInitializer()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1794 QualType getAutoDeductType() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6191 return getAutoDeductType(); in getAutoTypeInternal()
6325 QualType ASTContext::getAutoDeductType() const { in getAutoDeductType() function in ASTContext
6338 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType()); in getAutoRRefDeductType()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7395 T = Context.getAutoDeductType(); in GetType()