Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTCommon.h67 if (T == Context.AutoRRefDeductTy) in MakeTypeID()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h1161 mutable QualType AutoRRefDeductTy; // Deduction against 'auto &&'. variable
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp5832 if (AutoRRefDeductTy.isNull()) in getAutoRRefDeductType()
5833 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType()); in getAutoRRefDeductType()
5834 assert(!AutoRRefDeductTy.isNull() && "can't build 'auto &&' pattern"); in getAutoRRefDeductType()
5835 return AutoRRefDeductTy; in getAutoRRefDeductType()