Home | History | Annotate | Download | only in Sema

Lines Matching refs:CanonType

6926         CanQualType CanonType = S.Context.getCanonicalType(*Enum);
6930 if (!AddedTypes.insert(CanonType) ||
6931 UserDefinedBinaryOperators.count(std::make_pair(CanonType,
6932 CanonType)))