Home | History | Annotate | Download | only in AST

Lines Matching refs:getLValueReferenceType

2074 /// getLValueReferenceType - Return the uniqued reference to the type for an
2077 ASTContext::getLValueReferenceType(QualType T, bool SpelledAsLValue) const {
2098 Canonical = getLValueReferenceType(getCanonicalType(PointeeType));
2290 result = getLValueReferenceType(
7404 Type = Context.getLValueReferenceType(Type);
7495 Type = Context.getLValueReferenceType(Type);