Home | History | Annotate | Download | only in AST

Lines Matching refs:getLValueReferenceType

2454 /// getLValueReferenceType - Return the uniqued reference to the type for an
2457 ASTContext::getLValueReferenceType(QualType T, bool SpelledAsLValue) const {
2478 Canonical = getLValueReferenceType(getCanonicalType(PointeeType));
2670 result = getLValueReferenceType(
8088 Type = Context.getLValueReferenceType(Type);
8179 Type = Context.getLValueReferenceType(Type);