Home | History | Annotate | Download | only in AST

Lines Matching refs:BTy

7414   const BuiltinType *BTy = T->getAs<BuiltinType>();
7415 assert(BTy && "Unexpected signed integer type");
7416 switch (BTy->getKind()) {