Home | History | Annotate | Download | only in AST

Lines Matching defs:BTy

7247   const BuiltinType *BTy = T->getAs<BuiltinType>();
7248 assert(BTy && "Unexpected signed integer type");
7249 switch (BTy->getKind()) {