Home | History | Annotate | Download | only in Sema

Lines Matching refs:Star

1333     if (ASM == ArrayType::Star)
2250 ASM = ArrayType::Star;
2255 if (ASM == ArrayType::Star && !D.isPrototypeContext()) {
2256 // FIXME: This check isn't quite right: it allows star in prototypes