Home | History | Annotate | Download | only in Sema

Lines Matching refs:BT

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