Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp751 QualType DeductType = Context.getAutoDeductType(); in buildLambdaInitCaptureInitialization()
868 getLangOpts().CPlusPlus14 ? Context.getAutoDeductType() in ActOnStartOfLambdaDefinition()
H A DSemaStmt.cpp2399 QualType AutoType = Context.getAutoDeductType(); in BuildCXXForRangeStmt()
H A DSemaType.cpp1299 Result = Context.getAutoDeductType(); in ConvertDeclSpecToType()
H A DSemaDecl.cpp10905 Context.hasSameUnqualifiedType(Type, Context.getAutoDeductType()) && in deduceVarTypeFromInitializer()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1526 QualType getAutoDeductType() const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp4861 return getAutoDeductType(); in getAutoType()
4929 QualType ASTContext::getAutoDeductType() const { in getAutoDeductType() function in ASTContext
4941 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType()); in getAutoRRefDeductType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp6986 T = Context.getAutoDeductType(); in GetType()