Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTCommon.h67 if (T == Context.AutoRRefDeductTy) in MakeTypeID()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1058 mutable QualType AutoRRefDeductTy; // Deduction against 'auto &&'. variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp5611 if (AutoRRefDeductTy.isNull()) in getAutoRRefDeductType()
5612 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType()); in getAutoRRefDeductType()
5613 assert(!AutoRRefDeductTy.isNull() && "can't build 'auto &&' pattern"); in getAutoRRefDeductType()
5614 return AutoRRefDeductTy; in getAutoRRefDeductType()