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

/external/clang/lib/Serialization/
H A DASTCommon.h58 if (T == Context.AutoRRefDeductTy)
/external/clang/include/clang/AST/
H A DASTContext.h798 mutable QualType AutoRRefDeductTy; // Deduction against 'auto &&'. member in class:clang::ASTContext
/external/clang/lib/AST/
H A DASTContext.cpp3809 if (AutoRRefDeductTy.isNull())
3810 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType());
3811 assert(!AutoRRefDeductTy.isNull() && "can't build 'auto &&' pattern");
3812 return AutoRRefDeductTy;

Completed in 80 milliseconds