Home | History | Annotate | Download | only in Sema

Lines Matching refs:LValueRef

1169   bool LValueRef = SpelledAsLValue || T->getAs<LValueReferenceType>();
1198 if (LValueRef)
2119 T = S.BuildReferenceType(T, DeclType.Ref.LValueRef, DeclType.Loc, Name);
3094 assert(!Chunk.Ref.LValueRef);