Home | History | Annotate | Download | only in Sema

Lines Matching refs:getLValueReferenceType

6279   ParamTypes[0] = S.Context.getLValueReferenceType(T);
6287 = S.Context.getLValueReferenceType(S.Context.getVolatileType(T));
6471 S.Context.getLValueReferenceType(CandidateTy),
6485 S.Context.getLValueReferenceType(
6599 S.AddBuiltinCandidate(S.Context.getLValueReferenceType(PointeeTy),
7023 S.Context.getLValueReferenceType(*Ptr),
7033 S.Context.getLValueReferenceType(S.Context.getVolatileType(*Ptr));
7049 S.Context.getLValueReferenceType(*Ptr),
7061 S.Context.getLValueReferenceType(S.Context.getVolatileType(*Ptr));
7093 S.Context.getLValueReferenceType(getArithmeticType(Left));
7101 ParamTypes[0] = S.Context.getLValueReferenceType(ParamTypes[0]);
7121 ParamTypes[0] = S.Context.getLValueReferenceType(*Vec1);
7128 ParamTypes[0] = S.Context.getLValueReferenceType(ParamTypes[0]);
7161 S.Context.getLValueReferenceType(getArithmeticType(Left));
7167 ParamTypes[0] = S.Context.getLValueReferenceType(ParamTypes[0]);
7215 QualType ResultTy = S.Context.getLValueReferenceType(PointeeType);
7230 QualType ResultTy = S.Context.getLValueReferenceType(PointeeType);
7283 QualType ResultTy = S.Context.getLValueReferenceType(T);
8364 if (isLValueReference) FnType = S.Context.getLValueReferenceType(FnType);