Home | History | Annotate | Download | only in Sema

Lines Matching refs:StrTy

129   QualType StrTy;
131 StrTy = Context.DependentTy;
145 StrTy = Context.CharTy;
148 StrTy.addConst();
149 StrTy = Context.getConstantArrayType(StrTy, llvm::APInt(32, Str.size()+1),
153 return new (Context) ObjCEncodeExpr(StrTy, EncodedTypeInfo, AtLoc, RParenLoc);