Home | History | Annotate | Download | only in Sema

Lines Matching refs:StrTy

900   QualType StrTy;
902 StrTy = Context.DependentTy;
916 StrTy = Context.CharTy;
919 StrTy.addConst();
920 StrTy = Context.getConstantArrayType(StrTy, llvm::APInt(32, Str.size()+1),
924 return new (Context) ObjCEncodeExpr(StrTy, EncodedTypeInfo, AtLoc, RParenLoc);