Home
last modified time | relevance | path

Searched refs:AutoDeductTy (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Serialization/
DASTCommon.h49 if (T == Context.AutoDeductTy) in MakeTypeID()
/external/clang/include/clang/AST/
DASTContext.h765 mutable QualType AutoDeductTy; // Deduction against 'auto'. variable
/external/clang/lib/AST/
DASTContext.cpp3562 if (AutoDeductTy.isNull()) in getAutoDeductType()
3563 AutoDeductTy = getAutoType(QualType()); in getAutoDeductType()
3564 assert(!AutoDeductTy.isNull() && "can't build 'auto' pattern"); in getAutoDeductType()
3565 return AutoDeductTy; in getAutoDeductType()