Home | History | Annotate | Download | only in Sema

Lines Matching refs:StrTy

1538   QualType StrTy = Context.getConstantArrayType(CharTyConst,
1544 StrTy = Context.getAddrSpaceQualType(StrTy, LangAS::opencl_constant);
1549 Kind, Literal.Pascal, StrTy,
1575 Context.getArrayDecayedType(StrTy), SizeType
3132 QualType StrTy = Context.getConstantArrayType(
3137 /*Pascal*/false, StrTy, &TokLoc, 1);