Home | History | Annotate | Download | only in Sema

Lines Matching refs:ToAtomic

2803   if (const AtomicType *ToAtomic = ToType->getAs<AtomicType>())
2804 if (Context.hasSameType(ToAtomic->getValueType(), From->getType()))