Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DExtractVariable.cpp88 return Ctx.getAutoDeductType(); in computeVariableType()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLambda.cpp796 QualType DeductType = Context.getAutoDeductType(); in buildLambdaInitCaptureInitialization()
939 getLangOpts().CPlusPlus14 ? Context.getAutoDeductType() in ActOnStartOfLambdaDefinition()
H A DSemaStmt.cpp2787 QualType AutoType = Context.getAutoDeductType(); in BuildCXXForRangeStmt()
H A DSemaType.cpp1325 Result = Context.getAutoDeductType(); in ConvertDeclSpecToType()
H A DSemaDeclCXX.cpp8648 Context.getAutoDeductType())) { in CheckExplicitlyDefaultedComparison()
H A DSemaDecl.cpp12295 Context.hasSameUnqualifiedType(Type, Context.getAutoDeductType()) && in deduceVarTypeFromInitializer()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DLoopConvertCheck.cpp630 QualType Type = Context->getAutoDeductType(); in doConversion()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h1733 QualType getAutoDeductType() const;
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp5708 return getAutoDeductType(); in getAutoTypeInternal()
5820 QualType ASTContext::getAutoDeductType() const { in getAutoDeductType() function in ASTContext
5833 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType()); in getAutoRRefDeductType()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp7103 T = Context.getAutoDeductType(); in GetType()