Home | History | Annotate | Download | only in Sema

Lines Matching refs:ElaboratedType

830   /// By default, builds a new ElaboratedType type from the keyword,
5088 const ElaboratedType *T = TL.getTypePtr();
5091 // NOTE: the qualifier in an ElaboratedType is optional.
5215 if (const ElaboratedType* ElabT = Result->getAs<ElaboratedType>()) {
5274 if (const ElaboratedType *ElabT = dyn_cast<ElaboratedType>(Result)) {