Home
last modified time | relevance | path

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

/external/clang/lib/Serialization/
DASTCommon.h62 if (T == Context.AutoRRefDeductTy) in MakeTypeID()
/external/clang/include/clang/AST/
DASTContext.h816 mutable QualType AutoRRefDeductTy; // Deduction against 'auto &&'. variable
/external/clang/lib/AST/
DASTContext.cpp3887 if (AutoRRefDeductTy.isNull()) in getAutoRRefDeductType()
3888 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType()); in getAutoRRefDeductType()
3889 assert(!AutoRRefDeductTy.isNull() && "can't build 'auto &&' pattern"); in getAutoRRefDeductType()
3890 return AutoRRefDeductTy; in getAutoRRefDeductType()