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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp710 QualType DeductType = Context.getAutoDeductType();
845 getLangOpts().CPlusPlus14 ? Context.getAutoDeductType()
H A DSemaStmt.cpp2199 QualType AutoType = Context.getAutoDeductType();
H A DSemaType.cpp1244 Result = Context.getAutoDeductType();
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1311 QualType getAutoDeductType() const;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp4030 return getAutoDeductType();
4076 /// getAutoDeductType - Get type pattern for deducing against 'auto'.
4077 QualType ASTContext::getAutoDeductType() const { function in class:ASTContext
4089 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType());
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp6104 T = Context.getAutoDeductType();

Completed in 176 milliseconds