Home | History | Annotate | Download | only in Sema

Lines Matching refs:StrTy

72     QualType StrTy = Context.getConstantArrayType(
76 /*Pascal=*/false, StrTy, &StrLocs[0],
937 QualType StrTy;
939 StrTy = Context.DependentTy;
957 StrTy = Context.CharTy;
960 StrTy.addConst();
961 StrTy = Context.getConstantArrayType(StrTy, llvm::APInt(32, Str.size()+1),
965 return new (Context) ObjCEncodeExpr(StrTy, EncodedTypeInfo, AtLoc, RParenLoc);