Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLambda.cpp712 QualType DeductType = Context.getAutoDeductType(); in buildLambdaInitCaptureInitialization()
841 getLangOpts().CPlusPlus14 ? Context.getAutoDeductType() in ActOnStartOfLambdaDefinition()
DSemaStmt.cpp2222 QualType AutoType = Context.getAutoDeductType(); in BuildCXXForRangeStmt()
DSemaType.cpp1308 Result = Context.getAutoDeductType(); in ConvertDeclSpecToType()
/external/clang/include/clang/AST/
DASTContext.h1316 QualType getAutoDeductType() const;
/external/clang/lib/AST/
DASTContext.cpp4043 return getAutoDeductType(); in getAutoType()
4090 QualType ASTContext::getAutoDeductType() const { in getAutoDeductType() function in ASTContext
4102 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType()); in getAutoRRefDeductType()
/external/clang/lib/Serialization/
DASTReader.cpp6100 T = Context.getAutoDeductType(); in GetType()