Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLambda.cpp804 QualType DeductType = Context.getAutoDeductType(); in buildLambdaInitCaptureInitialization()
957 getLangOpts().CPlusPlus14 ? Context.getAutoDeductType() in ActOnStartOfLambdaDefinition()
H A DSemaStmt.cpp2796 QualType AutoType = Context.getAutoDeductType(); in BuildCXXForRangeStmt()
H A DSemaType.cpp1338 Result = Context.getAutoDeductType(); in ConvertDeclSpecToType()
H A DSemaDeclCXX.cpp8718 (!Context.hasSameType(RT, Context.getAutoDeductType()) || in CheckExplicitlyDefaultedComparison()
H A DSemaDecl.cpp12652 Context.hasSameUnqualifiedType(Type, Context.getAutoDeductType()) && in deduceVarTypeFromInitializer()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h1708 QualType getAutoDeductType() const;
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp5763 return getAutoDeductType(); in getAutoTypeInternal()
5869 QualType ASTContext::getAutoDeductType() const { in getAutoDeductType() function in ASTContext
5882 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType()); in getAutoRRefDeductType()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp7143 T = Context.getAutoDeductType(); in GetType()