Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp794 QualType DeductType = Context.getAutoDeductType(); in buildLambdaInitCaptureInitialization()
936 getLangOpts().CPlusPlus14 ? Context.getAutoDeductType() in ActOnStartOfLambdaDefinition()
H A DSemaStmt.cpp2748 QualType AutoType = Context.getAutoDeductType(); in BuildCXXForRangeStmt()
H A DSemaType.cpp1334 Result = Context.getAutoDeductType(); in ConvertDeclSpecToType()
H A DSemaDeclCXX.cpp8464 Context.getAutoDeductType())) { in CheckExplicitlyDefaultedComparison()
H A DSemaDecl.cpp11739 Context.hasSameUnqualifiedType(Type, Context.getAutoDeductType()) && in deduceVarTypeFromInitializer()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1603 QualType getAutoDeductType() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp5523 return getAutoDeductType(); in getAutoType()
5599 QualType ASTContext::getAutoDeductType() const { in getAutoDeductType() function in ASTContext
5612 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType()); in getAutoRRefDeductType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp7027 T = Context.getAutoDeductType(); in GetType()