Home | History | Annotate | Download | only in AST

Lines Matching refs:BTy

7478   const BuiltinType *BTy = T->getAs<BuiltinType>();
7479 assert(BTy && "Unexpected signed integer type");
7480 switch (BTy->getKind()) {