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.h1179 mutable QualType AutoRRefDeductTy; // Deduction against 'auto &&'. variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6337 if (AutoRRefDeductTy.isNull()) in getAutoRRefDeductType()
6338 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType()); in getAutoRRefDeductType()
6339 assert(!AutoRRefDeductTy.isNull() && "can't build 'auto &&' pattern"); in getAutoRRefDeductType()
6340 return AutoRRefDeductTy; in getAutoRRefDeductType()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6184 if (T == Context.AutoRRefDeductTy) in MakeTypeID()