Home | History | Annotate | Download | only in Sema

Lines Matching refs:NullPtrTy

6787         CanQualType NullPtrTy = S.Context.getCanonicalType(S.Context.NullPtrTy);
6788 if (AddedTypes.insert(NullPtrTy) &&
6789 !UserDefinedBinaryOperators.count(std::make_pair(NullPtrTy,
6790 NullPtrTy))) {
6791 QualType ParamTypes[2] = { NullPtrTy, NullPtrTy };