Home | History | Annotate | Download | only in Sema

Lines Matching defs:NullPtrTy

6941         CanQualType NullPtrTy = S.Context.getCanonicalType(S.Context.NullPtrTy);
6942 if (AddedTypes.insert(NullPtrTy) &&
6943 !UserDefinedBinaryOperators.count(std::make_pair(NullPtrTy,
6944 NullPtrTy))) {
6945 QualType ParamTypes[2] = { NullPtrTy, NullPtrTy };