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.h575 mutable QualType AutoDeductTy; // Deduction against 'auto'. variable
/external/clang/lib/AST/
DASTContext.cpp3032 if (AutoDeductTy.isNull()) in getAutoDeductType()
3033 AutoDeductTy = getAutoType(QualType()); in getAutoDeductType()
3034 assert(!AutoDeductTy.isNull() && "can't build 'auto' pattern"); in getAutoDeductType()
3035 return AutoDeductTy; in getAutoDeductType()