Home | History | Annotate | Download | only in Sema

Lines Matching full:strty

924   QualType StrTy;
926 StrTy = Context.DependentTy;
940 StrTy = Context.CharTy;
943 StrTy.addConst();
944 StrTy = Context.getConstantArrayType(StrTy, llvm::APInt(32, Str.size()+1),
948 return new (Context) ObjCEncodeExpr(StrTy, EncodedTypeInfo, AtLoc, RParenLoc);