Home | History | Annotate | Download | only in Sema

Lines Matching refs:NullPtrTy

7604         CanQualType NullPtrTy = S.Context.getCanonicalType(S.Context.NullPtrTy);
7605 if (AddedTypes.insert(NullPtrTy).second &&
7606 !UserDefinedBinaryOperators.count(std::make_pair(NullPtrTy,
7607 NullPtrTy))) {
7608 QualType ParamTypes[2] = { NullPtrTy, NullPtrTy };