Home | History | Annotate | Download | only in Sema

Lines Matching full:strty

1489   QualType StrTy = Context.CharTy;
1491 StrTy = Context.getWideCharType();
1493 StrTy = Context.Char16Ty;
1495 StrTy = Context.Char32Ty;
1497 StrTy = Context.UnsignedCharTy;
1511 StrTy.addConst();
1516 StrTy = Context.getConstantArrayType(StrTy,
1522 Kind, Literal.Pascal, StrTy,
2977 QualType StrTy = Context.getConstantArrayType(
2982 /*Pascal*/false, StrTy, &TokLoc, 1);