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

/external/clang/include/clang/AST/
H A DType.h2091 /// ReferenceType - Base for LValueReferenceType and RValueReferenceType
2138 /// LValueReferenceType - C++ [dcl.ref] - Lvalue reference
2140 class LValueReferenceType : public ReferenceType { class in namespace:clang
2141 LValueReferenceType(QualType Referencee, QualType CanonicalRef, function in class:clang::LValueReferenceType
4889 return isa<LValueReferenceType>(CanonicalType);

Completed in 148 milliseconds