Home | History | Annotate | Download | only in Sema

Lines Matching refs:getLValueReferenceType

1199     return Context.getLValueReferenceType(T, SpelledAsLValue);
3637 return C.getLValueReferenceType(New, OldRef->isSpelledAsLValue());
4424 return S.Context.getLValueReferenceType(T);
4440 case VK_LValue: T = S.Context.getLValueReferenceType(T); break;