Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp798 QualType DeductType = Context.getAutoDeductType(); in buildLambdaInitCaptureInitialization()
940 getLangOpts().CPlusPlus14 ? Context.getAutoDeductType() in ActOnStartOfLambdaDefinition()
H A DSemaStmt.cpp2749 QualType AutoType = Context.getAutoDeductType(); in BuildCXXForRangeStmt()
H A DSemaType.cpp1335 Result = Context.getAutoDeductType(); in ConvertDeclSpecToType()
H A DSemaDeclCXX.cpp8471 Context.getAutoDeductType())) { in CheckExplicitlyDefaultedComparison()
H A DSemaDecl.cpp11798 Context.hasSameUnqualifiedType(Type, Context.getAutoDeductType()) && in deduceVarTypeFromInitializer()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1648 QualType getAutoDeductType() const;
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp5538 return getAutoDeductType(); in getAutoType()
5614 QualType ASTContext::getAutoDeductType() const { in getAutoDeductType() function in ASTContext
5627 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType()); in getAutoRRefDeductType()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7049 T = Context.getAutoDeductType(); in GetType()