Home | History | Annotate | Download | only in AST

Lines Matching refs:BTy

6008   const BuiltinType *BTy = T->getAs<BuiltinType>();
6009 assert(BTy && "Unexpected signed integer type");
6010 switch (BTy->getKind()) {