Home | History | Annotate | Download | only in Sema

Lines Matching refs:BT

6345   } else if (const BuiltinType *BT = EntityType->getAs<BuiltinType>())
6346 OS << BT->getName(S.getLangOpts());