Home | History | Annotate | Download | only in AST

Lines Matching refs:ATy

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