Home | History | Annotate | Download | only in Sema

Lines Matching refs:AttributedType

2358 const AttributedType *Sema::getCallingConvAttributedType(QualType T) const {
2359 const AttributedType *AT = T->getAs<AttributedType>();
2361 AT = AT->getModifiedType()->getAs<AttributedType>();
2472 // AttributedType sugar nodes on the type as written. If they are missing or