Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaLambda.cpp715 QualType DeductType = Context.getAutoDeductType(); in performLambdaInitCaptureInitialization()
881 getLangOpts().CPlusPlus14 ? Context.getAutoDeductType() in ActOnStartOfLambdaDefinition()
HDSemaStmt.cpp2169 QualType AutoType = Context.getAutoDeductType(); in BuildCXXForRangeStmt()
HDSemaType.cpp1227 Result = Context.getAutoDeductType(); in ConvertDeclSpecToType()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h1234 QualType getAutoDeductType() const;
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp3927 return getAutoDeductType(); in getAutoType()
3974 QualType ASTContext::getAutoDeductType() const { in getAutoDeductType() function in ASTContext
3986 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType()); in getAutoRRefDeductType()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReader.cpp5741 case PREDEF_TYPE_AUTO_DEDUCT: T = Context.getAutoDeductType(); break; in GetType()