Searched defs:RValueReferenceType (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DType.h1972 /// ReferenceType - Base for LValueReferenceType and RValueReferenceType
2038 /// RValueReferenceType - C++0x [dcl.ref] - Rvalue reference
2040 class RValueReferenceType : public ReferenceType { class in namespace:clang
2041 RValueReferenceType(QualType Referencee, QualType CanonicalRef) : function in class:clang::RValueReferenceType
2052 static bool classof(const RValueReferenceType *) { return true; }
4786 return isa<RValueReferenceType>(CanonicalType);

Completed in 84 milliseconds