Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.h67 if (T == Context.AutoRRefDeductTy) in MakeTypeID()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1140 mutable QualType AutoRRefDeductTy; // Deduction against 'auto &&'. variable
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp5893 if (AutoRRefDeductTy.isNull()) in getAutoRRefDeductType()
5894 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType()); in getAutoRRefDeductType()
5895 assert(!AutoRRefDeductTy.isNull() && "can't build 'auto &&' pattern"); in getAutoRRefDeductType()
5896 return AutoRRefDeductTy; in getAutoRRefDeductType()