Lines Matching full:strty
919 QualType StrTy;921 StrTy = Context.DependentTy;935 StrTy = Context.CharTy;938 StrTy.addConst();939 StrTy = Context.getConstantArrayType(StrTy, llvm::APInt(32, Str.size()+1),943 return new (Context) ObjCEncodeExpr(StrTy, EncodedTypeInfo, AtLoc, RParenLoc);