Home | History | Annotate | Download | only in Sema

Lines Matching refs:getLValueReferenceType

7067   ParamTypes[0] = S.Context.getLValueReferenceType(T);
7075 = S.Context.getLValueReferenceType(S.Context.getVolatileType(T));
7260 S.Context.getLValueReferenceType(CandidateTy),
7274 S.Context.getLValueReferenceType(
7287 = S.Context.getLValueReferenceType(
7296 = S.Context.getLValueReferenceType(
7417 S.AddBuiltinCandidate(S.Context.getLValueReferenceType(PointeeTy),
7837 S.Context.getLValueReferenceType(*Ptr),
7848 S.Context.getLValueReferenceType(S.Context.getVolatileType(*Ptr));
7857 = S.Context.getLValueReferenceType(S.Context.getRestrictType(*Ptr));
7864 = S.Context.getLValueReferenceType(
7884 S.Context.getLValueReferenceType(*Ptr),
7897 S.Context.getLValueReferenceType(S.Context.getVolatileType(*Ptr));
7906 = S.Context.getLValueReferenceType(S.Context.getRestrictType(*Ptr));
7913 = S.Context.getLValueReferenceType(
7949 S.Context.getLValueReferenceType(getArithmeticType(Left));
7957 ParamTypes[0] = S.Context.getLValueReferenceType(ParamTypes[0]);
7976 ParamTypes[0] = S.Context.getLValueReferenceType(*Vec1);
7983 ParamTypes[0] = S.Context.getLValueReferenceType(ParamTypes[0]);
8015 S.Context.getLValueReferenceType(getArithmeticType(Left));
8021 ParamTypes[0] = S.Context.getLValueReferenceType(ParamTypes[0]);
8068 QualType ResultTy = S.Context.getLValueReferenceType(PointeeType);
8083 QualType ResultTy = S.Context.getLValueReferenceType(PointeeType);
8136 QualType ResultTy = S.Context.getLValueReferenceType(T);
9628 if (isLValueReference) FnType = S.Context.getLValueReferenceType(FnType);