Home | History | Annotate | Download | only in Sema

Lines Matching defs:NullPtrTy

7060         CanQualType NullPtrTy = S.Context.getCanonicalType(S.Context.NullPtrTy);
7061 if (AddedTypes.insert(NullPtrTy) &&
7062 !UserDefinedBinaryOperators.count(std::make_pair(NullPtrTy,
7063 NullPtrTy))) {
7064 QualType ParamTypes[2] = { NullPtrTy, NullPtrTy };