Home | History | Annotate | Download | only in Sema

Lines Matching refs:getLValueReferenceType

6393   ParamTypes[0] = S.Context.getLValueReferenceType(T);
6401 = S.Context.getLValueReferenceType(S.Context.getVolatileType(T));
6593 S.Context.getLValueReferenceType(CandidateTy),
6607 S.Context.getLValueReferenceType(
6620 = S.Context.getLValueReferenceType(
6629 = S.Context.getLValueReferenceType(
6751 S.AddBuiltinCandidate(S.Context.getLValueReferenceType(PointeeTy),
7177 S.Context.getLValueReferenceType(*Ptr),
7188 S.Context.getLValueReferenceType(S.Context.getVolatileType(*Ptr));
7197 = S.Context.getLValueReferenceType(S.Context.getRestrictType(*Ptr));
7204 = S.Context.getLValueReferenceType(
7225 S.Context.getLValueReferenceType(*Ptr),
7238 S.Context.getLValueReferenceType(S.Context.getVolatileType(*Ptr));
7247 = S.Context.getLValueReferenceType(S.Context.getRestrictType(*Ptr));
7254 = S.Context.getLValueReferenceType(
7291 S.Context.getLValueReferenceType(getArithmeticType(Left));
7299 ParamTypes[0] = S.Context.getLValueReferenceType(ParamTypes[0]);
7319 ParamTypes[0] = S.Context.getLValueReferenceType(*Vec1);
7326 ParamTypes[0] = S.Context.getLValueReferenceType(ParamTypes[0]);
7359 S.Context.getLValueReferenceType(getArithmeticType(Left));
7365 ParamTypes[0] = S.Context.getLValueReferenceType(ParamTypes[0]);
7413 QualType ResultTy = S.Context.getLValueReferenceType(PointeeType);
7428 QualType ResultTy = S.Context.getLValueReferenceType(PointeeType);
7481 QualType ResultTy = S.Context.getLValueReferenceType(T);
8623 if (isLValueReference) FnType = S.Context.getLValueReferenceType(FnType);