Home | History | Annotate | Download | only in AST

Lines Matching refs:BTy

7911   const BuiltinType *BTy = T->getAs<BuiltinType>();
7912 assert(BTy && "Unexpected signed integer type");
7913 switch (BTy->getKind()) {