Home | History | Annotate | Download | only in Sema

Lines Matching refs:getLValueReferenceType

1923     return Context.getLValueReferenceType(T, SpelledAsLValue);
5424 return C.getLValueReferenceType(New, OldRef->isSpelledAsLValue());
6922 return S.Context.getLValueReferenceType(T);
6938 case VK_LValue: T = S.Context.getLValueReferenceType(T); break;