Home | History | Annotate | Download | only in AST

Lines Matching refs:AtomicType

1825     TypeInfo Info = getTypeInfo(cast<AtomicType>(T)->getValueType());
2684 const AtomicType *at = cast<AtomicType>(ty);
4013 AtomicType::Profile(ID, T);
4016 if (AtomicType *AT = AtomicTypes.FindNodeOrInsertPos(ID, InsertPos))
4026 AtomicType *NewIP = AtomicTypes.FindNodeOrInsertPos(ID, InsertPos);
4029 AtomicType *New = new (*this, TypeAlignment) AtomicType(T, Canonical);
5527 const AtomicType *AT = T->castAs<AtomicType>();
7683 QualType LHSValue = LHS->getAs<AtomicType>()->getValueType();
7684 QualType RHSValue = RHS->getAs<AtomicType>()->getValueType();