Home | History | Annotate | Download | only in AST

Lines Matching refs:ATy

114     else if (const ArrayType* ATy = dyn_cast<ArrayType>(BaseType))
115 BaseType = ATy->getElementType();