Home | History | Annotate | Download | only in Sema

Lines Matching refs:StrTy

72     QualType StrTy = Context.getConstantArrayType(
76 /*Pascal=*/false, StrTy, &StrLocs[0],
935 QualType StrTy;
937 StrTy = Context.DependentTy;
951 StrTy = Context.CharTy;
954 StrTy.addConst();
955 StrTy = Context.getConstantArrayType(StrTy, llvm::APInt(32, Str.size()+1),
959 return new (Context) ObjCEncodeExpr(StrTy, EncodedTypeInfo, AtLoc, RParenLoc);