Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1276 mutable QualType AutoRRefDeductTy; // Deduction against 'auto &&'. variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6784 if (AutoRRefDeductTy.isNull()) in getAutoRRefDeductType()
6785 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType()); in getAutoRRefDeductType()
6786 assert(!AutoRRefDeductTy.isNull() && "can't build 'auto &&' pattern"); in getAutoRRefDeductType()
6787 return AutoRRefDeductTy; in getAutoRRefDeductType()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6832 if (T == Context.AutoRRefDeductTy) in MakeTypeID()