Home | History | Annotate | Download | only in AST

Lines Matching refs:AtomicType

1718       = getTypeInfo(cast<AtomicType>(T)->getValueType());
2491 const AtomicType *at = cast<AtomicType>(ty);
3775 AtomicType::Profile(ID, T);
3778 if (AtomicType *AT = AtomicTypes.FindNodeOrInsertPos(ID, InsertPos))
3788 AtomicType *NewIP = AtomicTypes.FindNodeOrInsertPos(ID, InsertPos);
3791 AtomicType *New = new (*this, TypeAlignment) AtomicType(T, Canonical);
5243 const AtomicType *AT = T->castAs<AtomicType>();
7186 QualType LHSValue = LHS->getAs<AtomicType>()->getValueType();
7187 QualType RHSValue = RHS->getAs<AtomicType>()->getValueType();