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

/external/clang/lib/Sema/
H A DSemaLambda.cpp710 QualType DeductType = Context.getAutoDeductType();
876 getLangOpts().CPlusPlus1y ? Context.getAutoDeductType()
H A DSemaStmt.cpp2134 QualType AutoType = Context.getAutoDeductType();
H A DSemaType.cpp769 Result = Context.getAutoDeductType();
/external/clang/include/clang/AST/
H A DASTContext.h1176 QualType getAutoDeductType() const;
/external/clang/lib/AST/
H A DASTContext.cpp3751 return getAutoDeductType();
3797 /// getAutoDeductType - Get type pattern for deducing against 'auto'.
3798 QualType ASTContext::getAutoDeductType() const { function in class:ASTContext
3810 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType());
/external/clang/lib/Serialization/
H A DASTReader.cpp5836 case PREDEF_TYPE_AUTO_DEDUCT: T = Context.getAutoDeductType(); break;

Completed in 1231 milliseconds