Home | History | Annotate | Download | only in Sema

Lines Matching refs:LValueRef

1455   bool LValueRef = SpelledAsLValue || T->getAs<LValueReferenceType>();
1487 if (LValueRef)
2638 T = S.BuildReferenceType(T, DeclType.Ref.LValueRef, DeclType.Loc, Name);
3786 assert(!Chunk.Ref.LValueRef);