Home | History | Annotate | Download | only in AST

Lines Matching refs:getLValueReferenceType

1569 /// getLValueReferenceType - Return the uniqued reference to the type for an
1572 ASTContext::getLValueReferenceType(QualType T, bool SpelledAsLValue) const {
1593 Canonical = getLValueReferenceType(getCanonicalType(PointeeType));
1785 result = getLValueReferenceType(
6398 Type = Context.getLValueReferenceType(Type);
6473 getLValueReferenceType(Type);